Click or drag to resize
Accord.NET (logo)

PolynomialTransform Method (Double)

Projects a set of input points into feature space.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] Transform(
	double[][] inputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input points to be projected into feature space.

Return Value

Type: Double
The feature space representation of the given inputs points.

Implements

ITransformTInputTransform(TInput)
See Also