Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputCompress Method

If this machine has a linear kernel, compresses all support vectors into a single parameter vector.

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

Implements

ISupportVectorMachineTInputCompress
See Also