Click or drag to resize
Accord.NET (logo)

IndependentComponentAnalysis Constructor (AnalysisMethod, IndependentComponentAlgorithm)

Constructs a new Independent Component Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IndependentComponentAnalysis(
	AnalysisMethod method = AnalysisMethod.Center,
	IndependentComponentAlgorithm algorithm = IndependentComponentAlgorithm.Parallel
)
Request Example View Source

Parameters

method (Optional)
Type: Accord.Statistics.AnalysisAnalysisMethod
algorithm (Optional)
Type: Accord.Statistics.AnalysisIndependentComponentAlgorithm
See Also