Click or drag to resize
Accord.NET (logo)

BaseSequentialMinimalOptimizationTModel, TKernel, TInputCompact Property

Note: This API is now obsolete.

Gets or sets whether to produce compact models. Compact formulation is currently limited to linear models.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("To generate compact linear machines, call the Compact method after creation.")]
public bool Compact { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also