Click or drag to resize
Accord.NET (logo)

ClassifierBase< TInput, TClasses> . Transform Method

Overload List
  NameDescription
Public methodTransform(TInput)
Applies the transformation to an input, producing an associated output.
(Overrides TransformBase<TInput, TOutput>.Transform(TInput).)
Public methodTransform(TInput[])
Applies the transformation to a set of input vectors, producing an associated set of output vectors.
(Inherited from TransformBase<TInput, TOutput>.)
Public methodTransform(TInput[],TClasses[])
Applies the transformation to an input, producing an associated output.
(Overrides TransformBase<TInput, TOutput>.Transform(TInput[],TOutput[]).)
Top
See Also