A fuzzy logic C++ library
Basic data types

Fuzzy membership functions are defined as set of points (class FPOINT).

This datatype is a pair of a "real" value (anything physical, a temperature, voltage, whatever...), and a "fuzzy" value in the range $ \in [0-1] $, that defines the degree of membership.


NAVIGATION