|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.Parameters
The Parameters
class is a class which contains only
class variables which are used in multiple classes in
the fuzzy package.
Field Summary | |
static boolean |
STRONG
A constant used to flag the Strong AlphaCut. |
static boolean |
WEAK
A constant used to flag the Weak AlphaCut. |
Constructor Summary | |
Parameters()
|
Method Summary | |
static double |
getFuzzyTolerance()
Gets the tolerance used in many of the Fuzzy Logic calculations. |
static void |
setFuzzyTolerance(double tolerance)
Sets the tolerance used in many of the Fuzzy Logic calculations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean WEAK
public static final boolean STRONG
Constructor Detail |
public Parameters()
Method Detail |
public static void setFuzzyTolerance(double tolerance)
public static double getFuzzyTolerance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |