Click or drag to resize
Accord.NET (logo)

AntecedentComparison Property

Gets the comparison being made between the variable value at Index and Value.

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

Property Value

Type: ComparisonKind
See Also