|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsVarContinuous | |
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 FsVarContinuous in com.ibm.able.beans.fuzzy |
Fields in com.ibm.able.beans.fuzzy declared as FsVarContinuous | |
protected FsVarContinuous |
FsSet.myParentVar
|
Constructors in com.ibm.able.beans.fuzzy with parameters of type FsVarContinuous | |
FsSet.FsSet(int theSetType,
java.lang.String theSetName,
FsVarContinuous theParentVar,
double theAlphaCut,
double theDomainLo,
double theDomainHi)
Create a new fuzzy set. |
|
FsSet.FsSet(int theSetType,
java.lang.String theSetName,
FsVarContinuous theParentVar,
double theAlphaCut)
Create a new fuzzy set. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |