Click or drag to resize
Accord.NET (logo)

QuadraticTransform Method (Double, Double)

Projects an input point into feature space.

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

Parameters

input
Type: SystemDouble
The input point to be projected into feature space.
constant
Type: SystemDouble
The Constant parameter of the kernel.

Return Value

Type: Double
The feature space representation of the given input point.
See Also