| Package | Description |
|---|---|
| fuzzydl |
| Constructor and Description |
|---|
FeatureFunction(double n,
FeatureFunction feature)
Constructor for the function (n * feature)
|
FeatureFunction(FeatureFunction feature1,
FeatureFunction feature2)
Constructor for the function (feature1 - feature2)
|
| Constructor and Description |
|---|
FeatureFunction(java.util.ArrayList<FeatureFunction> featureList)
Constructor for the function (feature1 + feature2 + ... + featureN)
|