Click or drag to resize

IBaseClassifier Interface

Basic class for classification.

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public interface IBaseClassifier

The IBaseClassifier type exposes the following members.

Methods
  NameDescription
Public methodClassify(Matrix)
Classifies the observation matrix.
Public methodClassify(Vector)
Classifies the observation vector.
Public methodClassify(Matrix, IntegerArray)
Classifies the observation matrix.
Public methodLoad
Load model from file.
Public methodSave
Save model to file.
Public methodTrain
Train classifier.
Top
See Also