Go to the previous, next section.
#include <FuzzyLib/FRule.h>
Fl_FRULE
FlObject
None
None
Constructors:
FlFRule();
FlFRule(FlParam *param);
FlFRule variable.
FlFRule
provides:
void add_lhs(FlFClause *clause);
void add_lhs(FlFClause &clause);
void add_rhs(FlFClause *clause);
void add_rhs(FlFClause &clause);
FlFClause to the LHS or the RHS rules.
int get_n_lhs() const;
int get_n_rhs() const;
FlFClause* get_lhs(int i) const;
FlFClause* get_rhs(int i) const;
i.
double certainty(double x);
double set_certainty(double x);
x and returns the old certainty.
double certainty() const;
double get_certainty() const;
double aggregate_value() const;
double aggregate()
Go to the previous, next section.