SVMClassification Class |
Namespace: FinMath.MachineLearning.SVM
[SerializableAttribute] public class SVMClassification : SVM, IBaseClassifier
The SVMClassification type exposes the following members.
Name | Description | |
---|---|---|
SVMClassification |
Default constructor
| |
SVMClassification(SerializationInfo, StreamingContext) |
The object deserialization constructor.
|
Name | Description | |
---|---|---|
Classes |
Classes list.
| |
Kernel |
SVM kernel type.
(Inherited from SVM.) | |
SupportVectorsNumber |
The number of support vectors
(Inherited from SVM.) | |
TrainIterationsElapsed |
Returns last model train optimizations iterations number.
| |
TrainTimeElapsed |
Returns last model train time.
| |
Type |
Classification model type.
|
Name | Description | |
---|---|---|
Classify(Matrix) |
Classifies the observation matrix.
| |
Classify(Vector) |
Classifies observation vector into one of the classes.
| |
Classify(Matrix, IntegerArray) |
Classifies the observation matrix.
| |
Clear |
Delete model
(Inherited from SVM.) | |
Dispose |
Disposing method
(Inherited from SVM.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EstimateTrainArguments | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
The object optimized serialization method.
(Inherited from SVM.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load(String) |
Load model from file.
| |
Load(String, String, String) |
Load model from files.
(Overrides SVMLoad(String, String, String).) | |
Save(String) |
Save model to file.
| |
Save(String, String, String) |
Save model to files.
(Inherited from SVM.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Train |
The BaseClassifier interface function. Train TrainCSVC classifier by default.
| |
TrainCSVC |
Train C - Support Vector Classifier
| |
TrainNuSVC |
Train \nu - Support Vector Classifier
|