Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisTransformOutput Method (Double)

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
public double[][] TransformOutput(
	double[][] outputs
)
Request Example View Source

Parameters

outputs
Type: SystemDouble

Return Value

Type: Double
See Also