Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisCompute Method (Int32)

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please set the desired number of components in the NumberOfOutputs property and call Learn.")]
public void Compute(
	int components
)
Request Example View Source

Parameters

components
Type: SystemInt32
See Also