|
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
)
<ObsoleteAttribute("This method is obsolete.")>
Protected Friend Function Adjust (
matrix As Double()(),
inPlace As Boolean
) As Double()()
Request Example
View SourceParameters
- matrix
- Type: SystemDouble
- inPlace
- Type: SystemBoolean
Return Value
Type:
DoubleSee Also