SVMClassificationProbability Methods |
The SVMClassificationProbability type exposes the following members.
Name | Description | |
---|---|---|
![]() | Classify(Matrix) |
Classifies the observation matrix.
(Inherited from SVMClassification.) |
![]() | Classify(Vector) |
Classifies observation vector into one of the classes.
(Inherited from SVMClassification.) |
![]() | Classify(Matrix, IntegerArray) |
Classifies the observation matrix.
(Inherited from SVMClassification.) |
![]() | Classify(Vector, Vector) |
Classifies observation vector into one of the classes and estimate probabilities.
|
![]() | 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 | (Inherited from SVMClassification.) |
![]() | 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.
(Inherited from SVMClassification.) |
![]() | Load(String, String, String) |
Load model from files.
(Overrides SVMClassificationLoad(String, String, String).) |
![]() | Save(String) |
Save model to file.
(Inherited from SVMClassification.) |
![]() | Save(String, String, String) |
Save model to files.
(Inherited from SVM.) |
![]() ![]() | SetRandomSeed |
Set random seed for LIBSVM classification train with probability estimation.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Train |
The BaseClassifier interface function. Train TrainCSVC classifier by default.
(Inherited from SVMClassification.) |
![]() | TrainCSVC |
Train C - Support Vector Classifier
(Inherited from SVMClassification.) |
![]() | TrainNuSVC |
Train \nu - Support Vector Classifier
(Inherited from SVMClassification.) |