|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsRd | |
com.ibm.able.beans.fuzzy | The Fuzzy System (Fs) package defines a fuzzy rule language, a fuzzy ruleset editor that you can use to create, test, and save source fuzzy rules as well as ready-to-run serialized fuzzy agents (the editor is integrated into the AbleEditor, but also can be run as a stand-alone tool), a fuzzy inference engine, and objects and APIs for creating and running fuzzy rulesets under program control. |
Uses of FsRd in com.ibm.able.beans.fuzzy |
Classes in com.ibm.able.beans.fuzzy that implement FsRd | |
class |
FsCall
This class defines the Fuzzy System sensor/effector call object. |
(package private) class |
com.ibm.able.beans.fuzzy.FsLhs
This class defines the base class from which all objects that can appear on the lefthand side of a clause must inherit. |
class |
FsLit
This class defines the fuzzy system literal value. |
class |
FsLitBoolean
This class defines the Fuzzy System boolean literal value. |
class |
FsLitNumeric
This class defines the Fuzzy System numeric literal value. |
class |
FsLitSymbolic
This class defines the Fuzzy System symbolic literal value. |
class |
FsSet
This class defines the Fuzzy System "FuzzySet" class. |
class |
FsSetBeta
This class defines the Fuzzy System beta fuzzy set class. |
class |
FsSetGaussian
This class defines the Fuzzy System gaussian fuzzy set class. |
class |
FsSetLinear
This class defines the Fuzzy System linear fuzzy set class. |
class |
FsSetPi
This class defines the Fuzzy System Pi fuzzy set class. |
class |
FsSetSegments
This class defines the Fuzzy System segment fuzzy set class. |
class |
FsSetShoulder
This class defines the Fuzzy System 'Shoulder' fuzzy set class. |
class |
FsSetSigmoid
This class defines the Fuzzy System 'Sigmoid' fuzzy set class. |
class |
FsSetTrapezoid
This class defines the Fuzzy System 'Trapezoid' fuzzy set class. |
class |
FsSetTriangle
This class defines the Fuzzy System 'Triangle' fuzzy set class. |
class |
FsSetWork
This class defines the Fuzzy System working fuzzy set. |
class |
FsVar
This class defines the Fuzzy System "Variable" class. |
class |
FsVarBoolean
This class defines the Fuzzy System boolean variable. |
class |
FsVarContinuous
This class defines the Fuzzy System continuous variable. |
class |
FsVarNumeric
This class defines the Fuzzy System numeric variable. |
class |
FsVarSymbolic
This class defines the Fuzzy System symbolic variable. |
Constructors in com.ibm.able.beans.fuzzy with parameters of type FsRd | |
FsClsAnt.FsClsAnt(com.ibm.able.beans.fuzzy.FsLhs theLhs,
int theOp,
FsRd theRhs,
double theWeight)
Create a new fuzzy clause with the specified parts. |
|
FsClsCns.FsClsCns(com.ibm.able.beans.fuzzy.FsLhs theLhs,
int theOp,
FsRd theRhs,
double theWeight)
Create a new fuzzy clause with the specified parts. |
|
FsClsCns.FsClsCns(com.ibm.able.beans.fuzzy.FsLhs theLhs,
int theOp,
FsRd theRhs)
|
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |