Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineTModel, TKernel, TInputCompress Method

If the inner machines have a linear kernel, compresses their support vectors into a single parameter vector for each machine.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void Compress()
Request Example View Source
See Also