Click or drag to resize
Accord.NET (logo)

Custom Constructor

Constructs a new Custom kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Custom(
	Func<double[], double[], double> function
)
Request Example View Source

Parameters

function
Type: SystemFuncDouble, Double, Double
See Also