- All Superinterfaces:
- Classifier<T,Float>
- All Known Subinterfaces:
- NeuralNetBinaryClassifier<T>
- All Known Implementing Classes:
- LogisticRegression
public interface BinaryClassifier<T>
extends Classifier<T,Float>
Binary classifier classifies object into one of two categories (for example: true/false, yes/no, red/blue, spam/not-spam, fraud/not-fraud).
Returns a probability that input object belongs to one of two classes.
- Author:
- Zoran Sevarac