|
ITransformTInputTransform Method (TInput)
|
Projects an input point into feature space.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double[] Transform(
TInput input
)
Function Transform (
input As TInput
) As Double()
Parameters
- input
- Type: TInput
The input point to be projected into feature space.
Return Value
Type:
Double
The feature space representation of the given
input point.
See Also