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