Click or drag to resize
Accord.NET (logo)

IReverseDistance Methods

The IReverseDistance type exposes the following members.

Methods
  NameDescription
Public methodFunction
The kernel function.
(Inherited from IKernelT.)
Public methodReverseDistance
Computes the squared distance in input space between two points given in feature space.
Top
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