Click or drag to resize
Accord.NET (logo)

IMultilabelScoreClassifierTInputScore Method

Overload List
  NameDescription
Public methodScore(TInput, Int32)
Computes a numerical score measuring the association between the given input vector and a given classIndex.
Public methodScore(TInput, Int32)
Computes a numerical score measuring the association between each of the given input vectors and the given classIndex.
Public methodScore(TInput, Int32)
Computes a numerical score measuring the association between each of the given input vectors and the given classIndex.
Public methodScore(TInput, Int32, Double)
Computes a numerical score measuring the association between each of the given input vectors and the given classIndex.
Public methodScore(TInput, Int32, Double)
Computes a numerical score measuring the association between each of the given input vectors and the given classIndex.
Top
See Also