SampleList Class

CVB.Net Documentation
Base class for sample lists. Sample lists can serve two different purposes: Classification or Regression. For each case, a separate derived class has been implemented (SampleClassificationImageList and SampleRegressionImageList), while this class contains those elements that are common to both types of classifier.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.SampleDatabaseSampleList
    Stemmer.Cvb.SampleDatabaseSampleImageList

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public abstract class SampleList : INativeHandle, 
	IDisposable

The SampleList type exposes the following members.

Properties

  NameDescription
Public propertyAverageSampleCount
Average number samples in per class of the sample list.
Public propertyComment
Classifier comment text.
Public propertyCreationDate
Date on which the SampleList was created.
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 Manto2 classifier handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyLabelType
Type of the labels used by this SampleList.
Public propertyMaxSampleCount
Number samples in the largest class of the sample list.
Public propertyMinSampleCount
Number samples in the smallest class of the sample list.
Public propertyModificationDate
Date on which the SampleList was last modified.
Public propertyNumClasses
Number of distinguishable classes in the sample list.
Public propertyNumSamples
Total number of samples in the sample list.
Public propertySampleType
Type of the samples used by this SampleList.
Top
Methods

  NameDescription
Protected methodContainsLabelTLabel
Check if the sample list contains a given label...
Public methodDispose
Dispose method that releases the classifier
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberFromFile
Load a Manto2 sample list from disc.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLabelToIndexTLabel
Convert a class label to a class index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRemoveLabel
Remove a label and all the data objects associated with it based on its index.
Public methodSave
Save the Manto2 sample list to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference