Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysis Constructor (Double, IKernel)

Note: This API is now obsolete.

Constructs the Kernel Principal Component Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please pass the 'data' matrix to the Learn method instead.")]
public KernelPrincipalComponentAnalysis(
	double[,] data,
	IKernel kernel
)
Request Example View Source

Parameters

data
Type: SystemDouble
The source data to perform analysis.
kernel
Type: Accord.Statistics.KernelsIKernel
The kernel to be used in the analysis.
See Also