|
PrincipalComponentAnalysisRevert Method (Double)
|
Reverts a set of projected data into it's original form. Complete reverse
transformation is only possible if all components are present, and, if the
data has been standardized, the original standard deviation and means of
the original matrix are known.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public virtual double[][] Revert(
double[][] data
)
Public Overridable Function Revert (
data As Double()()
) As Double()()
Request Example
View SourceParameters
- data
- Type: SystemDouble
The pca transformed data.
Return Value
Type:
DoubleSee Also