ITransform Interface |
Namespace: Accord.Statistics.Kernels
The ITransform type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Function |
The kernel function.
(Inherited from IKernelT.) | |
Transform(TInput) |
Projects an input point into feature space.
(Inherited from ITransformTInput.) | |
Transform(TInput) |
Projects an input point into feature space.
(Inherited from ITransformTInput.) |
Name | Description | |
---|---|---|
Distance |
Computes the kernel distance for a kernel function even if it doesn't
implement the IDistance interface. Can be used to check
the proper implementation of the distance function.
(Defined by Tools.) |