|
GaussianDistances Method (SparseDouble, 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(
Sparse<double>[] inputs,
int samples
)
Public Shared Function Distances (
inputs As Sparse(Of Double)(),
samples As Integer
) As Double()
Request Example
View SourceParameters
- inputs
- Type: Accord.MathSparseDouble
The inputs points. - samples
- Type: SystemInt32
The number of samples.
Return Value
Type:
DoubleSee Also