|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.ModifierFunction | +--nrc.fuzzy.SomewhatModifier
Concrete implementaion of the somewhat modifier. Consider the following example:
Description | Visual Representation |
---|---|
Unmodified fuzzy value:
|
|
After somewhat modifier applied:
|
ModifierFunction
,
Modifiers
,
Serialized FormField Summary |
Fields inherited from class nrc.fuzzy.ModifierFunction |
DELTA_X, DELTA_Y, deltaX, deltaY, NUMBER_OF_POINTS, numberOfPoints, precisionControlType |
Constructor Summary | |
SomewhatModifier()
|
|
SomewhatModifier(java.lang.String s)
|
Method Summary | |
nrc.fuzzy.FuzzySet |
call(nrc.fuzzy.FuzzySet a)
Returns a new FuzzySet object which represents the FuzzySet argument after the application of the somewhat modifier. |
nrc.fuzzy.FuzzyValue |
call(nrc.fuzzy.FuzzyValue fv)
Returns a new FuzzyValue object which represents the FuzzyValue argument after the application of the somewhat modifier. |
Methods inherited from class nrc.fuzzy.ModifierFunction |
concentrateDilute, expandSet, getName, setDeltaXPrecision, setDeltaYPrecision, setNumberOfPointsPrecision, setPrecisionControlType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SomewhatModifier()
public SomewhatModifier(java.lang.String s)
Method Detail |
public nrc.fuzzy.FuzzyValue call(nrc.fuzzy.FuzzyValue fv)
somewhat
modifier. The somewhat modifier
raises the membership values of the points in the FuzzyValue to a power of
1/2.
call
in class ModifierFunction
fv
- the FuzzyValue to modify with the somewhat
hedge
somewhat
hedge. This new FuzzyValue
object has the same FuzzyVariable as the FuzzyValue argument.ModifierFunction
public nrc.fuzzy.FuzzySet call(nrc.fuzzy.FuzzySet a)
somewhat
modifier. The somewhat modifier
raises the membership values of the points in the FuzzySet to a power of
1/2.
call
in class ModifierFunction
a
- the fuzzy set to be modified
somewhat
hedge.ModifierFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |