|
NormalizedT Constructor
|
Constructs a new Cauchy Kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Normalized(
T kernel
)
Public Sub New (
kernel As T
)
Request Example
View SourceParameters
- kernel
- Type: T
The kernel function to be normalized.
See Also