InputType
- The type of the input to categorize.public interface ThresholdBinaryCategorizer<InputType> extends DiscriminantBinaryCategorizer<InputType>
Modifier and Type | Method and Description |
---|---|
double |
getThreshold()
Gets the threshold between the two categories used in binary
categorization.
|
void |
setThreshold(double threshold)
Sets the threshold between the two categories used in binary
categorization.
|
evaluateAsDouble
evaluateWithDiscriminant
getCategories
clone
double getThreshold()
void setThreshold(double threshold)
threshold
- The threshold.