mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typos and todos
This commit is contained in:
parent
f6444c4509
commit
8d9d684e79
@ -33,6 +33,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* TODO: provide before and after atfile processing logs for diagnostics
|
||||
* TODO:ERRORHANDLER Cannot invoke "Object.getClass()" because "scopeOfInclude" is null on file full of comments only
|
||||
*/
|
||||
public class NBAtFile {
|
||||
// private final static Logger logger = LogManager.getLogger(NBAtFile.class);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2023 nosqlbench
|
||||
* Copyright (c) 2022-2024 nosqlbench
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -34,7 +34,7 @@ public class StatFunctions {
|
||||
return 1.0d/(1.0d+Math.pow(Math.E,(-10000.0d*(input-(lowcut-0.001d)))));
|
||||
}
|
||||
/**
|
||||
* Like {@see #sigmoidE4HighPass, but inverted with respect to the Y axis. This has the same roll-off charater
|
||||
* Like {@link #sigmoidE4HighPass, but inverted with respect to the Y axis. This has the same roll-off charater
|
||||
* where the high (1.0) shelf in included through the cutoff value.
|
||||
* @param input x
|
||||
* @param highcut The point on the x axis at which all lower values should yield 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user