|
PrincipalComponentAnalysisRevert Method (Double)
|
Note: This API is now obsolete.
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 [ObsoleteAttribute("Please use Jagged matrices instead.")]
public virtual double[,] Revert(
double[,] data
)
<ObsoleteAttribute("Please use Jagged matrices instead.")>
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