|
BaseSupportVectorClassificationTModel, TKernel, TInputUseComplexityHeuristic Property
|
Gets or sets a value indicating whether the Complexity parameter C
should be computed automatically by employing an heuristic rule.
Default is true.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool UseComplexityHeuristic { get; set; }
Public Property UseComplexityHeuristic As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if complexity should be computed automatically; otherwise,
false.
See Also