Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

HClassSvm (Class)

Name

HClassSvm — Represents an instance of a support vector machine.

Constructors

ReadClassSvm    Read a support vector machine from a file.
CreateClassSvm    Create a support vector machine for pattern classification.

Methods

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.
ClearClassSvm    Clear 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 (Class)

Name

HClassSvm — Represents an instance of a support vector machine.

Constructors

ReadClassSvm    Read a support vector machine from a file.
CreateClassSvm    Create a support vector machine for pattern classification.

Methods

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.
ClearClassSvm    Clear 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.

Use the tabs on the upper right to switch to a different programming language.