Uses of Class
fuzzydl.FeatureFunction

Packages that use FeatureFunction
fuzzydl   
 

Uses of FeatureFunction in fuzzydl
 

Constructors in fuzzydl with parameters of type FeatureFunction
FeatureFunction(double n, FeatureFunction feature)
          Constructor for the function (n * feature)
FeatureFunction(FeatureFunction feature1, FeatureFunction feature2)
          Constructor for the function (feature1 - feature2)
 

Constructor parameters in fuzzydl with type arguments of type FeatureFunction
FeatureFunction(java.util.ArrayList<FeatureFunction> featureList)
          Constructor for the function (feature1 + feature2 + ... + featureN)