|
ISupportVectorMachineTInputKernel Property
|
Gets or sets the kernel used by this machine.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax IKernel<TInput> Kernel { get; set; }
Property Kernel As IKernel(Of TInput)
Get
Set
Property Value
Type:
IKernelTInputSee Also