SampleClassificationImageListImageClassificationLabelInfoRelabel Method

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

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

public void Relabel(
	string label
)

Parameters

label
Type: SystemString

Implements

SampleListILabelInfoTLabelRelabel(TLabel)
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