Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisTransformOutput Method (Double, Int32)

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

Parameters

outputs
Type: SystemDouble
dimensions
Type: SystemInt32

Return Value

Type: Double
See Also