ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HClassBox — Represents an instance of a classifier.
CreateClassBox | Create a new classifier. |
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.
CloseClassBox | Destroy the classifier. |
ClassNdimBox | Classify pixels using hyper-cuboids. | |
CreateClassBox | Create a new classifier. | |
DescriptClassBox | Describe the classes of a box classifier. | |
DeserializeClassBox | Deserialize a serialized classifier. | |
EnquireClassBox | Classify a tuple of attributes. | |
EnquireRejectClassBox | Classify a tuple of attributes with rejection class. | |
GetClassBoxParam | Get information about the current parameter. | |
LearnClassBox | Train the classifier. | |
LearnNdimBox | Train a classificator using a multi-channel image. | |
LearnSampsetBox | Train the classifier with one data set. | |
ReadClassBox | Read a classifier from a file. | |
SerializeClassBox | Serialize a classifier. | |
SetClassBoxParam | Set system parameters for classification. | |
TestSampsetBox | Classify a set of arrays. | |
WriteClassBox | Save a classifier in a file. |
HClassBox — Represents an instance of a classifier.
CreateClassBox | Create a new classifier. |
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.
CloseClassBox | Destroy the classifier. |
ClassNdimBox | Classify pixels using hyper-cuboids. | |
CreateClassBox | Create a new classifier. | |
DescriptClassBox | Describe the classes of a box classifier. | |
DeserializeClassBox | Deserialize a serialized classifier. | |
EnquireClassBox | Classify a tuple of attributes. | |
EnquireRejectClassBox | Classify a tuple of attributes with rejection class. | |
GetClassBoxParam | Get information about the current parameter. | |
LearnClassBox | Train the classifier. | |
LearnNdimBox | Train a classificator using a multi-channel image. | |
LearnSampsetBox | Train the classifier with one data set. | |
ReadClassBox | Read a classifier from a file. | |
SerializeClassBox | Serialize a classifier. | |
SetClassBoxParam | Set system parameters for classification. | |
TestSampsetBox | Classify a set of arrays. | |
WriteClassBox | Save a classifier in a file. |
ClassesClasses | | Operators |