|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FzyHedge | |
infosapient.hdg | |
infosapient.resolution | |
infosapient.rulecompiler | |
infosapient.system |
Uses of FzyHedge in infosapient.hdg |
Subclasses of FzyHedge in infosapient.hdg | |
class |
FzyHdgABOUT
public class FzyHdgABOUT modifies the fuzzy set surface by squaring each value within the membership array. |
class |
FzyHdgABOVE
FzyHdgABOVE sets the membership of all domain values below the complete membership point to be zero. All membership values above the complete membership point are assigned 1.0 - m[i].This has the effect of ramping gradually, so that 100% Membership == high domain value. |
class |
FzyHdgAFTER
Class FzyHdgAFTER applies m[i] = 0.0 for all domain values below/before
m[i] == 1.0 and m[i] = 1.0 - m[i]
for all values after/above. |
class |
FzyHdgAROUND
Class FzyHdgAROUND broadens the membership around the maximum height of the set, by raising m[i] to @link FzyHedge.AROUND_EXP . |
class |
FzyHdgBEFORE
|
class |
FzyHdgBELOW
|
class |
FzyHdgCLOSE
|
class |
FzyHdgCOMPLEMENT
|
class |
FzyHdgDECLINE
|
class |
FzyHdgDECREASE
|
class |
FzyHdgDEFINITELY
|
class |
FzyHdgEXTREMELY
|
class |
FzyHdgGENERALLY
|
class |
FzyHdgINCREASE
|
class |
FzyHdgMOSTLY
|
class |
FzyHdgMUST
|
class |
FzyHdgNEAR
|
class |
FzyHdgNEGATIVE
|
class |
FzyHdgNEGATIVELY
|
class |
FzyHdgNOT
|
class |
FzyHdgPOSITIVE
class FzyHdgPOSITIVE examines each truth membership value to see if it is above or below the 0.5 test. |
class |
FzyHdgPOSITIVELY
|
class |
FzyHdgROUGHLY
|
class |
FzyHdgSHOULD
FzyHdgSHOULD is equivalent to 'is'; therefore it does nothing but return the set. |
class |
FzyHdgSLIGHTLY
|
class |
FzyHdgSOMEWHAT
FzyHdgSOMEWHAT raises the membership of the specified set to 0.5. |
class |
FzyHdgVERY
|
class |
FzyHdgVICINITY
|
Methods in infosapient.hdg that return FzyHedge | |
static FzyHedge |
FzyHedge.CreateHedgeFor(java.lang.String hName)
Factory method for creating a hedge without knowledge of actual classes. |
Uses of FzyHedge in infosapient.resolution |
Methods in infosapient.resolution with parameters of type FzyHedge | |
FzySet |
FzyResolutionMethod.applyHedge(FzySet inputSet,
FzyHedge hedge)
Modifies the shape of a sets surface causing a change in the membership function |
Uses of FzyHedge in infosapient.rulecompiler |
Methods in infosapient.rulecompiler that return FzyHedge | |
FzyHedge |
CompileSPRule.hedge()
|
FzyHedge |
CompileSPRule.restrictionHedge()
|
Uses of FzyHedge in infosapient.system |
Fields in infosapient.system declared as FzyHedge | |
(package private) FzyHedge |
FzyAttribClause.rh
A restriction hedge, such as increased or decreased |
Methods in infosapient.system with parameters of type FzyHedge | |
void |
FzySet.addHedge(FzyHedge ah)
Add a hedge for future fuzzy surface modification. |
|
License to use this program is provided under the TERMS OF THE COMMON PUBLIC LICENSE 0.5. ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. | ||||||||
PREV NEXT | FRAMES NO FRAMES |