ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HFeatureSet (Class)

Name

HFeatureSet — Represents an instance of a training used for the classifier.

Constructors

ReadSampset    Read a training data set from a file.

Finalizer

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.

ClearSampset    Free memory of a data set.

Methods

LearnSampsetBox    Train the classifier with one data set.
ReadSampset    Read a training data set from a file.
TestSampsetBox    Classify a set of arrays.

HFeatureSet (Class)

Name

HFeatureSet — Represents an instance of a training used for the classifier.

Constructors

ReadSampset    Read a training data set from a file.

Destructor

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.

ClearSampset    Free memory of a data set.

Methods

LearnSampsetBox    Train the classifier with one data set.
ReadSampset    Read a training data set from a file.
TestSampsetBox    Classify a set of arrays.


ClassesClasses | | Operators