ConfusionMatrixRejects Method

CVB.Net Documentation
Get the rejects 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 ReadOnlyCollection<ConfusionMatrixPredictionResult> Rejects(
	int classIndex
)

Parameters

classIndex
Type: SystemInt32
Index of the class for which to retrieve the rejected results.

Return Value

Type: ReadOnlyCollectionConfusionMatrixPredictionResult
Num of rejected results for the class referred to by the classIndex parameter.
See Also

Reference