![]() |
ClassifierBase< TInput, TClasses> . Transform Method |
Name | Description | |
---|---|---|
![]() | Transform(TInput) |
Applies the transformation to an input, producing an associated output.
(Overrides TransformBase<TInput, TOutput>.Transform(TInput).) |
![]() | Transform(TInput[]) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from TransformBase<TInput, TOutput>.) |
![]() | Transform(TInput[],TClasses[]) |
Applies the transformation to an input, producing an associated output.
(Overrides TransformBase<TInput, TOutput>.Transform(TInput[],TOutput[]).) |