ConfusionMatrixTotalSamples Method (Int32)

CVB.Net Documentation
Determine the total number of samples available for a given class.

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

public int TotalSamples(
	int classIndex
)

Parameters

classIndex
Type: SystemInt32
Index of the class for which to query the number of samples.

Return Value

Type: Int32
Total number of samples in the class referred to by the classIndex parameter.
See Also

Reference