IBaseClassifier Interface |
Namespace: FinMath.MachineLearning
public interface IBaseClassifier
The IBaseClassifier type exposes the following members.
| Name | Description | |
|---|---|---|
| Classify(Matrix) |
Classifies the observation matrix.
| |
| Classify(Vector) |
Classifies the observation vector.
| |
| Classify(Matrix, IntegerArray) |
Classifies the observation matrix.
| |
| Load |
Load model from file.
| |
| Save |
Save model to file.
| |
| Train |
Train classifier.
|