Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisCompute Method

Note: This API is now obsolete.

Computes the Kernel Principal Component Analysis algorithm.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learn method instead.")]
public void Compute()
Request Example View Source

Implements

IAnalysisCompute
See Also