|
IndependentComponentAnalysisCompute Method (Int32)
|
Note: This API is now obsolete.
Computes the Independent Component Analysis algorithm.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please set NumberOfOutputs to the desired number of components and use Learn instead.")]
public void Compute(
int components
)
<ObsoleteAttribute("Please set NumberOfOutputs to the desired number of components and use Learn instead.")>
Public Sub Compute (
components As Integer
)
Request Example
View SourceParameters
- components
- Type: SystemInt32
See Also