SampleRegressionImageListImageRegressionLabelInfo Class

CVB.Net Documentation
Regression Label Information.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.SampleDatabaseSampleRegressionImageListImageRegressionLabelInfo

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

public class ImageRegressionLabelInfo : SampleListILabelInfo<float[]>, 
	SampleListILabelInfo, SampleListISampleListChild

The SampleRegressionImageListImageRegressionLabelInfo type exposes the following members.

Properties

  NameDescription
Public propertyIndex
Get the index of this label. Note that this index may change when samples are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work label based, not index based.
Public propertyLabel
Label under which this class is stored. You may change this label, but not to one that already exists in the SampleList. To Merge labels in the SampleList use the merge method(s) of the sample list.
Public propertyLabelType
Type of the labels.
Public propertyParentList
Sample List object from which this information was taken.
Public propertySamples
Samples under this label.
Top
Methods

  NameDescription
Public methodAdd
Add a new sample to an existing class.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRelabel
Modify the label of a sample set, but not to one that already exists in the SampleList. To Merge labels in the SampleList use the merge method(s) of the sample list.
Public methodToString
Return a pretty-print version of the value...
(Overrides ObjectToString.)
Top
See Also

Reference