typos and todos

This commit is contained in:
Jonathan Shook 2024-01-11 00:41:31 -06:00
parent f6444c4509
commit 8d9d684e79
3 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -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.

View File

@ -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