Click or drag to resize
Accord.NET (logo)

ConfusionMatrixEstimate Method

Overload List
  NameDescription
Public methodStatic memberEstimateTInput(IClassifierTInput, Boolean, TInput, Boolean)
Estimates a ConfusionMatrix directly from a classifier, a set of inputs and its expected outputs.
Public methodStatic memberEstimateTInput(IClassifierTInput, Int32, TInput, Int32)
Estimates a ConfusionMatrix directly from a classifier, a set of inputs and its expected outputs.
Top
See Also