|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleFuzzyVariable | |
---|---|
com.ibm.able.data | The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. |
com.ibm.able.rules | The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. |
Uses of AbleFuzzyVariable in com.ibm.able.data |
---|
Fields in com.ibm.able.data declared as AbleFuzzyVariable | |
protected AbleFuzzyVariable |
AbleFuzzySet.myParentVar
|
Constructors in com.ibm.able.data with parameters of type AbleFuzzyVariable | |
AbleFuzzySet(int theSetType,
java.lang.String theSetName,
AbleFuzzyVariable theParentVar,
double theAlphaCut,
double theDomainLo,
double theDomainHi)
Create a new fuzzy set. |
|
AbleFuzzySetGaussian(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
double thePtCenter,
double theWidth)
Create a new fuzzy set. |
|
AbleFuzzySetTrapezoid(AbleFuzzyVariable theParentVar,
java.lang.String theName,
double theAlphaCut,
double thePtLeft,
double thePtLeftCore,
double thePtRightCore,
double thePtRight)
Create a new fuzzy set. |
|
AbleFuzzySetLinear(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
double thePtBeg,
double thePtEnd,
int theSetDirection)
Create a new fuzzy set. |
|
AbleFuzzySetSegments(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
int theNumberOfValues,
double[] theScalarVector,
double[] theTruthVector)
Create a new fuzzy set. |
|
AbleFuzzySetTriangle(AbleFuzzyVariable theParentVar,
java.lang.String theName,
double theAlphaCut,
double thePtLeft,
double thePtCenter,
double thePtRight)
Create a new fuzzy set. |
|
AbleFuzzySetSigmoid(AbleFuzzyVariable theParentVar,
java.lang.String theName,
double theAlphaCut,
double thePtBeg,
double thePtEnd,
double thePtFlex,
int theSetDirection)
Create a new fuzzy set. |
|
AbleFuzzySetShoulder(AbleFuzzyVariable theParentVar,
java.lang.String theName,
double theAlphaCut,
double thePtBeg,
double thePtEnd,
int theSetDirection)
Create a new fuzzy set. |
|
AbleFuzzySetBeta(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
double thePtCenter,
double theFlexFactor,
double theWeight)
Create a new fuzzy set. |
|
AbleFuzzySetBeta(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
double thePtCenter,
double theFlexFactor)
Create a new fuzzy set. |
|
AbleFuzzySetPi(AbleFuzzyVariable theParentVar,
java.lang.String theName,
double theAlphaCut,
double thePtCenter,
double theWidth)
Create a new fuzzy set. |
Uses of AbleFuzzyVariable in com.ibm.able.rules |
---|
Methods in com.ibm.able.rules with parameters of type AbleFuzzyVariable | |
void |
AbleRuleSet.createFuzzySet(AbleFuzzyVariable theFuzzyVariable,
java.lang.String theSetName,
java.lang.String theSetType,
java.util.Vector theArgs,
double theAlphaCut,
boolean isComplement)
Create a FuzzySet of the specified type and add it to a FuzzyVariable. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |