Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

data
Type: SystemDouble
The pca transformed data.

Return Value

Type: Double
See Also