|
Antecedent Constructor
|
Namespace:
Accord.MachineLearning.DecisionTrees.Rules
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Antecedent(
int index,
ComparisonKind comparison,
double value
)
Public Sub New (
index As Integer,
comparison As ComparisonKind,
value As Double
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The variable index. - comparison
- Type: Accord.MachineLearning.DecisionTreesComparisonKind
The comparison to be made using the value at
index and value. - value
- Type: SystemDouble
The value to be compared against.
See Also