Click or drag to resize
Accord.NET (logo)

Precomputed Constructor (Double)

Constructs a new Precomputed Matrix Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Precomputed(
	double[][] matrix
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
See Also