Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisTransform Method (Double, Double)

Projects a given matrix into principal component space.

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

Parameters

data
Type: SystemDouble
The matrix to be projected.
result
Type: SystemDouble
The matrix where to store the results.

Return Value

Type: Double

Implements

ITransformTInput, TOutputTransform(TInput, TOutput)
ITransformTInput, TOutputTransform(TInput, TOutput)
See Also