public class EntropyEvaluator extends AbstractCloneableSerializable implements Evaluator<Vector,java.lang.Double>
Modifier and Type | Field and Description |
---|---|
static double |
TOLERANCE
Tolerance for asserting equal to 1.0, 1.0E-5.
|
Constructor and Description |
---|
EntropyEvaluator()
Creates a new instance of EntropyEvaluator
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
evaluate(Vector input)
Evaluates the function on the given input and returns the output.
|
clone
public static final double TOLERANCE
public EntropyEvaluator()