Uses of Class
net.groboclown.util.math.fuzzylogic.v1.Fit

Packages that use Fit
net.groboclown.util.math.fuzzylogic.v1 This package contains classes that encompass fuzzy logic arithmetic. 
 

Uses of Fit in net.groboclown.util.math.fuzzylogic.v1
 

Methods in net.groboclown.util.math.fuzzylogic.v1 that return Fit
 Fit IFuzzyNumber.getMembership(Fit f)
          Calculates the degree of membership for the given fit.
 Fit Fit.multiply(Fit f)
          Multiplies the current fit value with the given fit value, and returns the result.
 Fit Fit.min(Fit f)
          Retrieves the minimum fit value, either the current Fit or the given fit.
 Fit Fit.add(Fit f)
          Performs an addition between two Fit values - equivalent to: min( 1, this + f )
 Fit Fit.div(Fit f)
          Performs a division between two fit values.
 Fit LinearFuzzyNumber.getMembership(Fit f)
          Calculates the linear scaled degree of membership for the given fit.
 

Methods in net.groboclown.util.math.fuzzylogic.v1 with parameters of type Fit
 boolean IFuzzyNumber.isWithinBounds(Fit f)
           
 Fit IFuzzyNumber.getMembership(Fit f)
          Calculates the degree of membership for the given fit.
 Fit Fit.multiply(Fit f)
          Multiplies the current fit value with the given fit value, and returns the result.
 Fit Fit.min(Fit f)
          Retrieves the minimum fit value, either the current Fit or the given fit.
 Fit Fit.add(Fit f)
          Performs an addition between two Fit values - equivalent to: min( 1, this + f )
 Fit Fit.div(Fit f)
          Performs a division between two fit values.
 boolean LinearFuzzyNumber.isWithinBounds(Fit f)
           
 Fit LinearFuzzyNumber.getMembership(Fit f)
          Calculates the linear scaled degree of membership for the given fit.
 



Written under the LGPL