|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--nrc.fuzzy.FuzzySet
|
+--nrc.fuzzy.RFuzzySet
|
+--nrc.fuzzy.RightLinearFuzzySet
Used to build specialized RFuzzySets that have a straight line
from the 1 value at the upper left edge to the 0 value at the lower right edge.
The diagram below shows a RightLinearFuzzySet.
FuzzySet,
RFuzzySet,
RightLinearFunction,
Serialized Form| Nested Class Summary |
| Nested classes inherited from class nrc.fuzzy.FuzzySet |
FuzzySet.UITools |
| Field Summary |
| Fields inherited from class nrc.fuzzy.FuzzySet |
BFALSE, BTRUE, COLLINEAR_OR_PARALLEL, INCREMENT, INTERSECTION, MAX_INITIAL_POINTS, MAXMIN, NO_INTERSECTION, numPoints, set, simplified, SUM, tool, toStringPrecision, UNION |
| Constructor Summary | |
RightLinearFuzzySet(double leftEdge,
double rightEdge)
Generate an RFuzzySet with a straight line from upper left to lower right. |
|
| Methods inherited from class nrc.fuzzy.RFuzzySet |
checkParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RightLinearFuzzySet(double leftEdge,
double rightEdge)
throws XValuesOutOfOrderException
leftEdge - the start of the straight line at the left with a membership value of 1rightEdge - the end of the straight line at the right with a membership value of 0
XValuesOutOfOrderException - if the leftEdge argument is less than the
rightEdge argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||