SampleRegressionImageListImageRegressionLabelInfoLabel Property

CVB.Net Documentation
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.

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

public float[] Label { get; }

Property Value

Type: Single
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
ArgumentNullExceptionwhen trying to set a null as class label
ArgumentExceptionwhen trying to set an empty class label
InvalidOperationExceptionwhen trying to set a class label that already exists in the parent SampleList
See Also

Reference