SampleListLabelInfoCollectionTLabelInformation, TDataMergeClasses Method

CVB.Net Documentation
Merge two classes into one class. The class label will be taken from the 2nd class index. Note that this operation will invalidate all indices higher than fromIndex.

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

public void MergeClasses(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: SystemInt32
Class to merge to the other classes.
toIndex
Type: SystemInt32
Class to merge the samples to.
See Also

Reference