Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineTModel, TKernel, TInputGetLastKernelHits Method

Gets the number of cache hits during 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 GetLastKernelHits()
Request Example View Source

Return Value

Type: Int32
The number of cache hits in the last decision.
See Also