Click or drag to resize
Accord.NET (logo)

PrincipalComponentAnalysisAdjust Method (Double, Boolean)

Note: This API is now obsolete.

Adjusts a data matrix, centering and standardizing its values using the already computed column's means and standard deviations.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("This method is obsolete.")]
protected internal double[][] Adjust(
	double[][] matrix,
	bool inPlace
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
inPlace
Type: SystemBoolean

Return Value

Type: Double
See Also