Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

components
Type: SystemInt32
See Also