InputType - The type of the input the categorizer can use.public interface DiscriminantBinaryCategorizer<InputType> extends BinaryCategorizer<InputType>, DiscriminantCategorizer<InputType,java.lang.Boolean,java.lang.Double>
| Modifier and Type | Method and Description |
|---|---|
double |
evaluateAsDouble(InputType input)
Categorizes the given input vector as a double where values greater than
zero are in the true category and less than zero are in the false
category.
|
evaluateWithDiscriminantgetCategoriesclonedouble evaluateAsDouble(InputType input)
input - The input value to categorize.