SampleRegressionImageListGetValueForSample Method

CVB.Net Documentation
Retrieve the label information that goes with a given sample.

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

public SampleRegressionImageListImageRegressionLabelInfo GetValueForSample(
	int sampleIndex
)

Parameters

sampleIndex
Type: SystemInt32
The sample to retrieve the value for.

Return Value

Type: SampleRegressionImageListImageRegressionLabelInfo
The regression label value for the sample referred to by sampleIndex.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionif sampleIndex is outside the range [0...NumSamples-1].
See Also

Reference