TrainingSet Properties

CVB.Net Documentation

The TrainingSet type exposes the following members.

Properties

  NameDescription
Public propertyClassCount
The number of identifiable classes inside this training set.
Public propertyComment
Comment assigned to the training set.
Public propertyCorrelationThreshold
Correlation threshold is the correlation value below which Minos will suggest the generation of a new model rather over the generation of a new instance of an existing model with which the new instance correlates poorly.
Public propertyExpectationRadius
Expectation radius is the radius that is searched for the best occurrence of a sample when adding a new sample to the training set.
Public propertyExtent
Extent of the classes in the training set relative to the anchor point.
Public propertyFileName
Name of the file from which this image list was loaded (string.Empty if this image list was neither loaded nor saved since its construction).
Public propertyHandle
Native Minos training set handle.
Public propertyImages
The images contained in this training set.
Public propertyInstances
The instances contained in this training set.
Public propertyInstancesTotal
Total number of instances currently trained in this training set.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyIsModified
Get or sets a flag that informs about unsaved modifications to the training set. Saving the training set will set this flag to false.
Public propertyLastFeatureWindow
Feature window of the last model that has been created for the training set.
Public propertyModels
The models contained in this training set.
Top
See Also

Reference