|
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
)
<ObsoleteAttribute("Please set the desired number of components in the NumberOfOutputs property and call Learn.")>
Public Sub Compute (
components As Integer
)
Request Example
View SourceParameters
- components
- Type: SystemInt32
See Also