|
SigmoidProducts Method
|
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
Syntaxpublic static double[] Products(
double[][] inputs,
int samples
)
Public Shared Function Products (
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:
Double
See Also