Package net.groboclown.util.math.fuzzylogic.v1

This package contains classes that encompass fuzzy logic arithmetic.

See:
          Description

Interface Summary
IFuzzyNumber This corresponds to the Fuzzy Number concept.
 

Class Summary
Fit Represents the basic Fuzzy value.
FuzzySet  
LinearFuzzyNumber Corresponds to a range of Fit values.
 

Package net.groboclown.util.math.fuzzylogic.v1 Description

This package contains classes that encompass fuzzy logic arithmetic. The basic fuzzy value is a "fit", which indicates the amount of containment (in the set {x : x is a Real number, 0 <= x <= 1} ) in the set for that particular set member. That is, if fuzzy set A is a subset of the universe of set members U with only one set member, a, and A equals { ( a, 0.5) }, then set member a as a 50% membership inside A.



Written under the LGPL