|
GaussianDistances Method (Double, Int32)
|
Computes the set of all distances between
all points in a random subset of the data.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double[] Distances(
double[][] inputs,
int samples
)
Public Shared Function Distances (
inputs As Double()(),
samples As Integer
) As Double()
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
The inputs points. - samples
- Type: SystemInt32
The number of samples.
Return Value
Type:
DoubleSee Also