|
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
)
Public Function TransformOutput (
outputs As Double()(),
dimensions As Integer
) As Double()()
Request Example
View SourceParameters
- outputs
- Type: SystemDouble
- dimensions
- Type: SystemInt32
Return Value
Type:
DoubleSee Also