|
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
)
Public Sub New (
function As Func(Of Double(), Double(), Double)
)
Request Example
View SourceParameters
- function
- Type: SystemFuncDouble, Double, Double
See Also