- c - Variable in class sets.general.DerivedSet
-
A number that modifies the fuzzy set.
- Checker - Class in general
-
This class shows in netlogo the variables of the Fuzzy set.
- Checker() - Constructor for class general.Checker
-
- checkListFormat(LogoList) - Static method in class general.SupportFunctions
-
Checks the format of the sets defined with points.
- Clear - Class in primitives.labeling
-
This class implments the primitive clear.
- Clear() - Constructor for class primitives.labeling.Clear
-
- ClearLabel - Class in primitives.labeling
-
This class implements the primitive clear-label.
- ClearLabel() - Constructor for class primitives.labeling.ClearLabel
-
- ClearLabelOfSet - Class in primitives.labeling
-
This class implements the primitive clear-label-of.
- ClearLabelOfSet() - Constructor for class primitives.labeling.ClearLabelOfSet
-
- COG - Class in primitives.defuzzification
-
This class implements the cog-of primitive.Center of gravity.
- COG() - Constructor for class primitives.defuzzification.COG
-
- Command - Interface in primitives.operators
-
Interface to define the operation to perform in the discrete sets.
- continuous - Variable in class sets.general.FuzzySet
-
True if the set is continuous(defined in all points of his universe),
false if not.
- continuousCOG(FuzzySet) - Method in class primitives.defuzzification.COG
-
Calculate the center of gravity of a continuous set.
- continuousFulfillment(FuzzySet, FuzzySet) - Static method in class general.DegreeOfFulfillment
-
Calculate the degree of fulfillment of two continuous sets.
- continuousMeOM(FuzzySet) - Method in class primitives.defuzzification.MeOM
-
Calculate the mean of Maxima of a continuous set.
- continuousParamsUniverse(LogoList) - Static method in class primitives.operators.SupportOperators
-
Calculate the parameters and the universe of continuous sets.
- continuousPlot(Plot, FuzzySet) - Method in class primitives.creation.FuzzyPlot
-
This method plots the continuous sets.
- crossPoint(double, double, double, double, double, double) - Static method in class general.DegreeOfFulfillment
-
Calculate where 2 lines crosses, both lines start and end in the same
places.
- Cut - Class in primitives.implication
-
This class implements the primitive truncate.
- Cut() - Constructor for class primitives.implication.Cut
-
- cutDiscrete(PointSet, double) - Method in class primitives.implication.Cut
-
Truncate a discrete set.
- cutPiecewise(PointSet, double) - Method in class primitives.implication.Cut
-
Truncate a piecewise linear set.
- CutRule - Class in primitives.rules
-
This class implements the truncate-rule primitive.
- CutRule() - Constructor for class primitives.rules.CutRule
-
- CutSet - Class in sets.derived
-
When a continuous fuzzy set is truncated, a new cut-set is created.
- CutSet(FuzzySet, double, boolean, String, double[]) - Constructor for class sets.derived.CutSet
-
Call the constructor of DerivedSet.
- cutting(FuzzySet, double) - Method in class primitives.implication.Cut
-
Checks what kind of fuzzy set is passed and execute the correct action.