Struct DimlpRule::Antecedent
Defined in File dimlpRule.h
Nested Relationships
This struct is a nested type of Class DimlpRule.
Struct Documentation
-
struct Antecedent
The Antecedent struct represents a single antecedent in the rule.
Public Members
-
int Var
The variable index.
-
float Val
The threshold value.
-
char Rel
The relational operator.
-
std::shared_ptr<Antecedent> Next
Pointer to the next antecedent in the rule.
-
int Var