Click or drag to resize
Accord.NET (logo)

ConfusionMatrixToString Method

Returns a String representing this confusion matrix.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override string ToString()
Request Example View Source

Return Value

Type: String
A String representing this confusion matrix.
See Also