|
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; }
<ObsoleteAttribute("To generate compact linear machines, call the Compact method after creation.")>
Public Property Compact As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also