Click or drag to resize
Accord.NET (logo)

Precomputed Constructor (Double)

Note: This API is now obsolete.

Constructs a new Precomputed Matrix Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use jagged matrices instead.")]
public Precomputed(
	double[,] matrix
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
See Also