Click or drag to resize
Accord.NET (logo)

NormalizationApplyInPlace Method

Applies the Filter to a DataTable.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] ApplyInPlace(
	double[][] data
)
Request Example View Source

Parameters

data
Type: SystemDouble
The source DataTable.

Return Value

Type: Double
The processed DataTable.
See Also