Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisTransformOutput Method (Double, Int32)

Note: This API is now obsolete.

Projects a given set of outputs into latent space.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use jagged matrices instead.")]
public double[,] TransformOutput(
	double[,] outputs,
	int dimensions
)
Request Example View Source

Parameters

outputs
Type: SystemDouble
dimensions
Type: SystemInt32

Return Value

Type: Double
See Also