SampleRegressionImageListImageRegressionInfoCollectionMergeClasses Method (Single, Single)

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 fromLabel.

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

public void MergeClasses(
	float[] fromLabel,
	float[] toLabel
)

Parameters

fromLabel
Type: SystemSingle
Class to merge to the other classes.
toLabel
Type: SystemSingle
Class to merge the samples to.
See Also

Reference