Click or drag to resize
Accord.NET (logo)

IndependentComponentAnalysisCombine Method (Single)

Note: This API is now obsolete.

Combines components into a single mixture (mixing).

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Mix.Transform instead.")]
public float[][] Combine(
	float[][] data
)
Request Example View Source

Parameters

data
Type: SystemSingle

Return Value

Type: Single
See Also