Go to the previous, next section.
#include <FuzzyLib/FSet.h>
Fl_FSET
FlNamed
None
None
FlFSet is the abstract base class for fuzzy set realizations.
Constructors:
FlFSet(FlParam *param);
FlFSet(double min = 0, double max = 1);
FlFSet(const FlStringR xname, double min = FSET_MIN, double max = FSET_MAX);
FlFSet with xname as the object's name.
min and max determine the range of the membership
values. FSET_MIN equals 0.0, FSET_MAX equals 1.0.
FlFSet
provides:
virtual double get_membership(double x) const = 0;
x.
virtual double center_of_gravity(double min, double max) const;
Go to the previous, next section.