Click or drag to resize
Accord.NET (logo)

BaseSupportVectorRegressionTModel, 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 false.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool UseComplexityHeuristic { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if complexity should be computed automatically; otherwise, false.
See Also