|
LogLikelihoodTDistance Method (Double, T)
|
Computes the distance d(x,y) between points
x and y.
Namespace:
Accord.Math.Distances
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Distance(
double[] x,
T y
)
Public Function Distance (
x As Double(),
y As T
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
The first point x. - y
- Type: T
The second point y.
Return Value
Type:
Double
A double-precision value representing the distance
d(x,y)
between
x and
y according
to the distance function implemented by this class.
Implements
IDistanceT, UDistance(T, U)See Also