Uses of Class
infosapient.system.FzySystemComponent

Packages that use FzySystemComponent
infosapient.hdg   
infosapient.opr   
infosapient.resolution   
infosapient.system   
 

Uses of FzySystemComponent in infosapient.hdg
 

Subclasses of FzySystemComponent 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
           
 class FzyHedge
          Class FzyHedge are fuzzy set quantifiers.
 

Uses of FzySystemComponent in infosapient.opr
 

Subclasses of FzySystemComponent in infosapient.opr
 class FzyOperator
          Class FzyOperator embodies the behavior of a fuzzy operator @see FzyOprAND @see FzyOprOR
 class FzyOprAND
           
 class FzyOprOR
          Class FzyOprOR implements the Zadeh (standard fuzzy) OR: Math.max(value1, value2)
 

Uses of FzySystemComponent in infosapient.resolution
 

Subclasses of FzySystemComponent in infosapient.resolution
 class FzyCorrelation
           
 class FzyCorrelationAverage
           
 class FzyCorrelationMinimum
           
 class FzyCorrelationProduct
           
 class FzyImplicationADDAGGREGATION
           
 class FzyImplicationMethod
           
 class FzyImplicationMINMAX
           
 class FzyResAVERAGE_MAXIMUM
          Return the mean of domain(s) that are mapped to a membership value.
 class FzyResCENTROID
           
 class FzyResMAXIMUM
           
 class FzyResMAXPLATEAU
           
 class FzyResolutionMethod
          FzyResolutionMethod.java
 

Uses of FzySystemComponent in infosapient.system
 

Subclasses of FzySystemComponent in infosapient.system
 class FSEvent
           
 class FzyAlpha
           
 class FzyAttribClause
          Class AttribClause implements the concept of a rule clause.
 class FzyAttribute
          Class FzyAttribute represents the 'Universe of Discourse' for a fuzzy space.
 class FzyBeta
           
 class FzyBooleanAttribute
          Class FzyBooleanAttribute is a convienence class.
 class FzyClauseComponent
          Class FzyClauseComponent is the abstract superclass of rule clause components; namely,
 class FzyConsequent
          FzyConsequent models the "then" portion of a rule.
 class FzyGaussian
          Class FzyGaussian builds a fuzzy set surface based on the classic Gaussian function rather than a sigmoidal function.
 class FzyKnowledgebase
          Class FzyKnowledgebase is the repository for all of the information about this problem domain.
 class FzyPI
           
 class FzyPremise
          Class FzyPremise implements the behavior for a rule's PREMISE(also called the antecedent).
 class FzyRule
           
 class FzyRuleComponent
           
 class FzySCurve
          Class FzySCurve
 class FzySet
          Class FzySet is the abstract class of all fuzzy set representations.
 class FzySingleton
           
 class FzySolutionSet
          FzySolutionSet implements the output sets(solutions) of the fuzzy expert system.
 class FzyTorquemada
          Class FzyTorquemada is responsible for controlling the execution of the rules within the knowledgebase.
 class FzyTriangle
           
 class FzyUnconditionalRule
          Class FzyUnconditionalRule implements the behavior of an UNCONDITIONAL rule.
 class FzyWeightedBeta
           
 

Methods in infosapient.system that return FzySystemComponent
 FzySystemComponent FzyKnowledgebase.getTypeForName(java.lang.String aName)
          Return the type based on the name given.
 


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.

Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved