ConfusionMatrixTotalCorrect Method (Int32)

CVB.Net Documentation
Number of correctly classified samples in 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 TotalCorrect(
	int classIndex
)

Parameters

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

Return Value

Type: Int32
Total number of correct classifications for the class referred to by the classIndex parameter.
See Also

Reference