Click or drag to resize
Accord.NET (logo)

IProjectionAnalysisTransform Method (Double, Int32)

Projects new data into latent space with given number of dimensions.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double[,] Transform(
	double[,] data,
	int dimensions
)
Request Example View Source

Parameters

data
Type: SystemDouble
dimensions
Type: SystemInt32

Return Value

Type: Double
See Also