Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTModel, TKernel, TInputDecide Method

Overload List
  NameDescription
Public methodDecide(TInput)
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(TInput)
Computes a class-label decision for a given input.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodDecide(TInput, TClasses)
Computes a class-label decision for a given input.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(TInput, Double)
Computes class-label decisions for the given input.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodDecide(TInput, Int32)
Computes class-label decisions for the given input.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodDecide(TInput, Double)
Computes a class-label decision for a given input.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodDecide(TInput, Int32)
Computes a class-label decision for a given input.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodDecide(TInput, Double)
Computes a class-label decision for a given input.
(Inherited from MultilabelScoreClassifierBaseTInput.)
Public methodDecide(TInput, Boolean)
Computes class-label decisions for the given input.
(Overrides MultilabelClassifierBaseTInputDecide(TInput, Boolean).)
Public methodDecide(TInput, Int32)
Computes whether a class label applies to an input vector.
(Overrides OneVsRestTModel, TInputDecide(TInput, Int32).)
Public methodDecide(TInput, Int32)
Computes a class-label decision for a given input.
(Overrides MultilabelScoreClassifierBaseTInputDecide(TInput, Int32).)
Top
See Also