Click or drag to resize
Accord.NET (logo)

ITransformTInput Interface

Common interface for kernel functions that can explicitly project input points into the kernel feature space.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface ITransform<TInput> : IKernel<TInput>, 
	ICloneable

Type Parameters

TInput

The ITransformTInput type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodFunction
The kernel function.
(Inherited from IKernelT.)
Public methodTransform(TInput)
Projects an input point into feature space.
Public methodTransform(TInput)
Projects an input point into feature space.
Top
See Also