Struct CleanRuleStruct::AssocAnte

Nested Relationships

This struct is a nested type of Class CleanRuleStruct.

Struct Documentation

struct AssocAnte

Structure representing an antecedent of a rule.

Public Members

int Var

Variable index.

float Val

Threshold value.

char Rel

Relation (‘<’ or ‘>’).

std::string Str

String representation of the antecedent.