|
PartialLeastSquaresAnalysisAdjust Method (Double, Double, Double, Boolean)
|
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 protected double[][] Adjust(
double[][] matrix,
double[] columnMeans,
double[] columnStdDev,
bool inPlace
)
Protected Function Adjust (
matrix As Double()(),
columnMeans As Double(),
columnStdDev As Double(),
inPlace As Boolean
) As Double()()
Request Example
View SourceParameters
- matrix
- Type: SystemDouble
- columnMeans
- Type: SystemDouble
- columnStdDev
- Type: SystemDouble
- inPlace
- Type: SystemBoolean
Return Value
Type:
DoubleSee Also