ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HClassSvm — Represents an instance of a support vector machine.
ReadClassSvm | Read a support vector machine from a file. | |
CreateClassSvm | Create a support vector machine for pattern classification. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
ClearClassSvm | Clear a support vector machine. |
AddClassTrainDataSvm | Add training data to a support vector machine (SVM). | |
AddSampleClassSvm | Add a training sample to the training data of a support vector machine. | |
AddSamplesImageClassSvm | Add training samples from an image to the training data of a support vector machine. | |
ClassifyClassSvm | Classify a feature vector by a support vector machine. | |
ClassifyImageClassSvm | Classify an image with a support vector machine. | |
ClearSamplesClassSvm | Clear the training data of a support vector machine. | |
CreateClassLutSvm | Create a look-up table using a Support-Vector-Machine to classify byte images. | |
CreateClassSvm | Create a support vector machine for pattern classification. | |
DeserializeClassSvm | Deserialize a serialized support vector machine (SVM). | |
EvaluateClassSvm | Evaluate a feature vector by a support vector machine. | |
GetClassTrainDataSvm | Get the training data of a support vector machine (SVM). | |
GetParamsClassSvm | Return the parameters of a support vector machine. | |
GetPrepInfoClassSvm | Compute the information content of the preprocessed feature vectors of a support vector machine | |
GetSampleClassSvm | Return a training sample from the training data of a support vector machine. | |
GetSampleNumClassSvm | Return the number of training samples stored in the training data of a support vector machine. | |
GetSupportVectorClassSvm | Return the index of a support vector from a trained support vector machine. | |
GetSupportVectorNumClassSvm | Return the number of support vectors of a support vector machine. | |
ReadClassSvm | Read a support vector machine from a file. | |
ReadSamplesClassSvm | Read the training data of a support vector machine from a file. | |
ReduceClassSvm | Approximate a trained support vector machine by a reduced support vector machine for faster classification. | |
SelectFeatureSetSvm | Selects an optimal combination of features to classify the provided data. | |
SerializeClassSvm | Serialize a support vector machine (SVM). | |
TrainClassSvm | Train a support vector machine. | |
WriteClassSvm | Write a support vector machine to a file. | |
WriteSamplesClassSvm | Write the training data of a support vector machine to a file. |
HClassSvm — Represents an instance of a support vector machine.
ReadClassSvm | Read a support vector machine from a file. | |
CreateClassSvm | Create a support vector machine for pattern classification. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
ClearClassSvm | Clear a support vector machine. |
AddClassTrainDataSvm | Add training data to a support vector machine (SVM). | |
AddSampleClassSvm | Add a training sample to the training data of a support vector machine. | |
AddSamplesImageClassSvm | Add training samples from an image to the training data of a support vector machine. | |
ClassifyClassSvm | Classify a feature vector by a support vector machine. | |
ClassifyImageClassSvm | Classify an image with a support vector machine. | |
ClearSamplesClassSvm | Clear the training data of a support vector machine. | |
CreateClassLutSvm | Create a look-up table using a Support-Vector-Machine to classify byte images. | |
CreateClassSvm | Create a support vector machine for pattern classification. | |
DeserializeClassSvm | Deserialize a serialized support vector machine (SVM). | |
EvaluateClassSvm | Evaluate a feature vector by a support vector machine. | |
GetClassTrainDataSvm | Get the training data of a support vector machine (SVM). | |
GetParamsClassSvm | Return the parameters of a support vector machine. | |
GetPrepInfoClassSvm | Compute the information content of the preprocessed feature vectors of a support vector machine | |
GetSampleClassSvm | Return a training sample from the training data of a support vector machine. | |
GetSampleNumClassSvm | Return the number of training samples stored in the training data of a support vector machine. | |
GetSupportVectorClassSvm | Return the index of a support vector from a trained support vector machine. | |
GetSupportVectorNumClassSvm | Return the number of support vectors of a support vector machine. | |
ReadClassSvm | Read a support vector machine from a file. | |
ReadSamplesClassSvm | Read the training data of a support vector machine from a file. | |
ReduceClassSvm | Approximate a trained support vector machine by a reduced support vector machine for faster classification. | |
SelectFeatureSetSvm | Selects an optimal combination of features to classify the provided data. | |
SerializeClassSvm | Serialize a support vector machine (SVM). | |
TrainClassSvm | Train a support vector machine. | |
WriteClassSvm | Write a support vector machine to a file. | |
WriteSamplesClassSvm | Write the training data of a support vector machine to a file. |
ClassesClasses | | Operators |