Click or drag to resize
Accord.NET (logo)

ITransform 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 : IKernel, 
	IKernel<double[]>, ICloneable, ITransform<double[]>

The ITransform type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodDistance
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.)
Top
See Also