Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineTModel, TKernel, TInputGetLastKernelEvaluations Method

Gets the total kernel evaluations performed in the last call to Decide(TInput) and similar functions in the current thread.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int GetLastKernelEvaluations()
Request Example View Source

Return Value

Type: Int32
The number of total kernel evaluations.
See Also