|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Class nrc.fuzzy.AboveModifier implements Serializable |
Class nrc.fuzzy.AntecedentCombineOperator implements Serializable |
Class nrc.fuzzy.BelowModifier implements Serializable |
Class nrc.fuzzy.CompensatoryAndAntecedentCombineOperator implements Serializable |
Serialized Fields |
double gamma
Class nrc.fuzzy.DoubleVector implements Serializable |
Serialized Fields |
int increment
double[] d
int index
Class nrc.fuzzy.ExtremelyModifier implements Serializable |
Class nrc.fuzzy.jess.FuzzyConsole implements Serializable |
Class nrc.fuzzy.FuzzyException implements Serializable |
Class nrc.fuzzy.jess.FuzzyFactoryImpl implements Serializable |
Class nrc.fuzzy.jess.FuzzyFunctions.FuzzyMatch implements Serializable |
Class nrc.fuzzy.jess.FuzzyMain implements Serializable |
Class nrc.fuzzy.jess.FuzzyRete implements Serializable |
Serialized Fields |
nrc.fuzzy.jess.GlobalContributionOperator m_globalContributionOperator
jess.Activation m_currentActivation
nrc.fuzzy.FuzzyRule m_currentActivationFuzzyRule
Class nrc.fuzzy.FuzzyRule implements Serializable |
Serialized Fields |
nrc.fuzzy.FuzzyValueVector antecedents
nrc.fuzzy.FuzzyValueVector conclusions
nrc.fuzzy.FuzzyValueVector inputs
nrc.fuzzy.FuzzyRuleExecutor executor
nrc.fuzzy.AntecedentCombineOperator antecedentCombineOperator
boolean antecedentsChanged
boolean conclusionsChanged
boolean inputsChanged
boolean antecedentCombineOperatorChanged
Class nrc.fuzzy.FuzzyRuleException implements Serializable |
Class nrc.fuzzy.FuzzyRuleExecutor implements Serializable |
Class nrc.fuzzy.FuzzySet implements Serializable |
Serialized Fields |
nrc.fuzzy.SetPoint[] set
int numPoints
numPoints
variable keeps track of the number of points
contained in set
, the array of SetPoints.
boolean simplified
simplified
variable is a boolean used to indicate whether
or not the FuzzySet has been 'simplied' (revove extra points in the set -- see
the simplifiySet method)
Class nrc.fuzzy.FuzzySetException implements Serializable |
Class nrc.fuzzy.jess.FuzzyToken implements Serializable |
Serialized Fields |
nrc.fuzzy.jess.FuzzyToken m_theParent
java.util.Vector m_extensionData
Class nrc.fuzzy.FuzzyValue implements Serializable |
Serialized Fields |
nrc.fuzzy.FuzzyVariable fuzzyVariable
java.lang.String linguisticExpression
nrc.fuzzy.FuzzySet fuzzySet
Class nrc.fuzzy.FuzzyValueException implements Serializable |
Class nrc.fuzzy.FuzzyValueVector implements Serializable |
Serialized Fields |
int increment
nrc.fuzzy.FuzzyValue[] fuzzyValues
int index
Class nrc.fuzzy.FuzzyVariable implements Serializable |
Serialized Fields |
java.lang.String name
java.lang.String units
double[] UOD
java.util.Hashtable fuzzyTerms
Class nrc.fuzzy.FuzzyVariableException implements Serializable |
Class nrc.fuzzy.GaussianFuzzySet implements Serializable |
Class nrc.fuzzy.jess.GlobalContributionOperator implements Serializable |
Class nrc.fuzzy.IncompatibleFuzzyValuesException implements Serializable |
Class nrc.fuzzy.IncompatibleRuleInputsException implements Serializable |
Class nrc.fuzzy.IntensifyModifier implements Serializable |
Class nrc.fuzzy.Interval implements Serializable |
Serialized Fields |
double lowX
boolean openFlagLow
double highX
boolean openFlagHigh
java.text.NumberFormat nf
Class nrc.fuzzy.IntervalVector implements Serializable |
Serialized Fields |
int increment
nrc.fuzzy.Interval[] intervals
int index
Class nrc.fuzzy.InvalidDefuzzifyException implements Serializable |
Serialized Fields |
java.lang.String message
Class nrc.fuzzy.InvalidFuzzyVariableNameException implements Serializable |
Class nrc.fuzzy.InvalidFuzzyVariableTermNameException implements Serializable |
Class nrc.fuzzy.InvalidLinguisticExpressionException implements Serializable |
Class nrc.fuzzy.InvalidUODRangeException implements Serializable |
Class nrc.fuzzy.LarsenProductMaxMinRuleExecutor implements Serializable |
Serialized Fields |
double DOF
Class nrc.fuzzy.LeftGaussianFunction implements Serializable |
Serialized Fields |
int defaultNumPoints
generateFuzzySet(double leftX, double rightX)
method,
unless it has a value of < 5, in which case the value of static (class)
variable, LeftGaussianFunctionDefaultNumPoints, will be used. This allows
each instance of the LeftGaussianFunction to determine its own value for the number
of points to be generated. Initially it is set to have the value 0 so
that the LeftGaussianFunctionDefaultNumPoints value is used.
Class nrc.fuzzy.LeftGaussianFuzzySet implements Serializable |
Class nrc.fuzzy.LeftLinearFunction implements Serializable |
Class nrc.fuzzy.LeftLinearFuzzySet implements Serializable |
Class nrc.fuzzy.LFuzzySet implements Serializable |
Class nrc.fuzzy.LRFuzzySet implements Serializable |
Class nrc.fuzzy.MamdaniMinMaxMinRuleExecutor implements Serializable |
Serialized Fields |
double DOF
Class nrc.fuzzy.MinimumAntecedentCombineOperator implements Serializable |
Class nrc.fuzzy.ModifierFunction implements Serializable |
Serialized Fields |
java.lang.String m_name
Class nrc.fuzzy.Modifiers implements Serializable |
Class nrc.fuzzy.MoreorlessModifier implements Serializable |
Class nrc.fuzzy.NormModifier implements Serializable |
Class nrc.fuzzy.NotModifier implements Serializable |
Class nrc.fuzzy.NoXValueForMembershipException implements Serializable |
Serialized Fields |
double yValue
java.lang.String message
Class nrc.fuzzy.Parameters implements Serializable |
Class nrc.fuzzy.PIFuzzySet implements Serializable |
Class nrc.fuzzy.PlusModifier implements Serializable |
Class nrc.fuzzy.ProductAntecedentCombineOperator implements Serializable |
Class nrc.fuzzy.RectangleFuzzySet implements Serializable |
Class nrc.fuzzy.RFuzzySet implements Serializable |
Class nrc.fuzzy.RightGaussianFunction implements Serializable |
Serialized Fields |
int defaultNumPoints
generateFuzzySet(double leftX, double rightX)
method,
unless it has a value of < 5, in which case the value of static (class)
variable, LeftGaussianFunctionDefaultNumPoints, will be used. This allows
each instance of the LeftGaussianFunction to determine its own value for the number
of points to be generated. Initially it is set to have the value 0 so
that the RightGaussianFunctionDefaultNumPoints value is used.
Class nrc.fuzzy.RightGaussianFuzzySet implements Serializable |
Class nrc.fuzzy.RightLinearFunction implements Serializable |
Class nrc.fuzzy.RightLinearFuzzySet implements Serializable |
Class nrc.fuzzy.SetPoint implements Serializable |
Serialized Fields |
double x
double y
Class nrc.fuzzy.SFunction implements Serializable |
Serialized Fields |
int defaultNumPoints
generateFuzzySet(double leftX, double rightX)
method,
unless it has a value of < 3, in which case the value of static (class)
variable, sFunctionDefaultNumPoints, will be used. This allows
each instance of the SFunction to determine its own value for the number
of points to be generated. Initially it is set to have the value 0 so
that the sFunctionDefaultNumPoints value is used. If the number
is even it will be set to the next higher odd value
(to maintain symmetry for the S curve).
Class nrc.fuzzy.SFuzzySet implements Serializable |
Class nrc.fuzzy.SimilarityByAreaOperator implements Serializable |
Class nrc.fuzzy.SimilarityByPossibilityOperator implements Serializable |
Class nrc.fuzzy.SimilarityOperator implements Serializable |
Class nrc.fuzzy.SingletonFuzzySet implements Serializable |
Class nrc.fuzzy.SlightlyModifier implements Serializable |
Class nrc.fuzzy.SomewhatModifier implements Serializable |
Class nrc.fuzzy.StringVector implements Serializable |
Serialized Fields |
java.lang.String[] s
int index
Class nrc.fuzzy.jess.SumGlobalContributionOperator implements Serializable |
Class nrc.fuzzy.TrapezoidFuzzySet implements Serializable |
Class nrc.fuzzy.TriangleFuzzySet implements Serializable |
Class nrc.fuzzy.TsukamotoRuleExecutor implements Serializable |
Serialized Fields |
double DOF
Class nrc.fuzzy.jess.UnionGlobalContributionOperator implements Serializable |
Class nrc.fuzzy.VeryModifier implements Serializable |
Class nrc.fuzzy.XValueOutsideUODException implements Serializable |
Class nrc.fuzzy.XValuesOutOfOrderException implements Serializable |
Serialized Fields |
double prevValue
double currentValue
java.lang.String message
Class nrc.fuzzy.YValueOutOfRangeException implements Serializable |
Serialized Fields |
double yValue
java.lang.String message
Class nrc.fuzzy.ZFunction implements Serializable |
Serialized Fields |
int defaultNumPoints
generateFuzzySet(double leftX, double rightX)
method,
unless it has a value of < 3, in which case the value of static (class)
variable, zFunctionDefaultNumPoints, will be used. This allows
each instance of the ZFunction to determine its own value for the number
of points to be generated. Initially it is set to have the value 0 so
that the zFunctionDefaultNumPoints value is used. If the number
is even it will be set to the next higher odd value
(to maintain symmetry for the Z curve).
Class nrc.fuzzy.ZFuzzySet implements Serializable |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |