Click or drag to resize
Accord.NET (logo)

MulticlassClassifierBaseDecide Method

Overload List
  NameDescription
Public methodDecide(TInput)
Computes a class-label decision for a given input.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(TInput)
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(Int32)
Computes a class-label decision for a given input.
Public methodDecide(Int32)
Computes a class-label decision for a given input.
Public methodDecide(Single)
Computes a class-label decision for a given input.
Public methodDecide(Single)
Computes a class-label decision for a given input.
Public methodDecide(TInput, TClasses)
Computes a class-label decision for a given input.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(Int32, Boolean)
Computes class-label decisions for the given input.
Public methodDecide(Int32, Double)
Computes class-label decisions for the given input.
Public methodDecide(Int32, Int32)
Computes class-label decisions for the given input.
Public methodDecide(Int32, Boolean)
Computes a class-label decision for a given input.
Public methodDecide(Int32, Double)
Computes a class-label decision for a given input.
Public methodDecide(Int32, Double)
Computes a class-label decision for a given input.
Public methodDecide(Int32, Int32)
Computes a class-label decision for a given input.
Public methodDecide(Int32, Int32)
Computes a class-label decision for a given input.
Public methodDecide(Single, Boolean)
Computes class-label decisions for the given input.
Public methodDecide(Single, Double)
Computes class-label decisions for the given input.
Public methodDecide(Single, Int32)
Computes class-label decisions for the given input.
Public methodDecide(Single, Boolean)
Computes a class-label decision for a given input.
Public methodDecide(Single, Double)
Computes a class-label decision for a given input.
Public methodDecide(Single, Double)
Computes a class-label decision for a given input.
Public methodDecide(Single, Int32)
Computes a class-label decision for a given input.
Public methodDecide(Single, Int32)
Computes a class-label decision for a given input.
Public methodDecide(TInput, Boolean)
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.)
Public methodDecide(TInput, Double)
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.)
Public methodDecide(TInput, Int32)
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.)
Public methodDecide(TInput, Double)
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBaseTInput.)
Top
See Also