Click or drag to resize
Accord.NET (logo)

DecisionNodeComparison Property

Gets or sets the type of the comparison which should be done against Value.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public ComparisonKind Comparison { get; set; }
Request Example View Source

Property Value

Type: ComparisonKind
See Also