Click or drag to resize
Accord.NET (logo)

TStudentFunction Method (Double)

Generalized T-Student Kernel function.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Function(
	double z
)
Request Example View Source

Parameters

z
Type: SystemDouble
Distance z in input space.

Return Value

Type: Double
Dot product in feature (kernel) space.

Implements

IRadialBasisKernelFunction(Double)
See Also