Click or drag to resize
Accord.NET (logo)

MultilabelLikelihoodClassifierBaseTInputTransform Method

Overload List
  NameDescription
Public methodTransform(TInput)
Applies the transformation to an input, producing an associated output.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodTransform(TInput)
Applies the transformation to a set of input vectors, producing an associated set of output vectors.
(Inherited from TransformBaseTInput, TOutput.)
Public methodTransform(TInput, Boolean)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodTransform(TInput, Int32)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodTransform(TInput, Boolean)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodTransform(TInput, Int32)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelClassifierBaseTInput.)
Public methodTransform(TInput, Double)
Applies the transformation to an input, producing an associated output.
(Overrides MultilabelScoreClassifierBaseTInputTransform(TInput, Double).)
Public methodTransform(TInput, Double)
Applies the transformation to an input, producing an associated output.
(Overrides MultilabelScoreClassifierBaseTInputTransform(TInput, Double).)
Public methodTransform(TInput, Double)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelScoreClassifierBaseTInput.)
Public methodTransform(TInput, Int32)
Applies the transformation to an input, producing an associated output.
(Inherited from MultilabelScoreClassifierBaseTInput.)
Top
See Also