Click or drag to resize
Accord.NET (logo)

DecisionRuleCompareTo Method

Compares this instance to another DecisionRule.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int CompareTo(
	DecisionRule other
)
Request Example View Source

Parameters

other
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionRule

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also