Click or drag to resize
Accord.NET (logo)

KernelCenter Method (Double, Double)

Centers the given kernel matrix K.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double[,] Center(
	double[,] kernelMatrix,
	double[,] result = null
)
Request Example View Source

Parameters

kernelMatrix
Type: SystemDouble
The kernel matrix to be centered.
result (Optional)
Type: SystemDouble
The array where to store results.

Return Value

Type: Double
See Also