- RectangularMembershipFunction - Class in jfml.membershipfunction
-
Java class for representing Rectangular membership functions
- RectangularMembershipFunction() - Constructor for class jfml.membershipfunction.RectangularMembershipFunction
-
Default constructor
- RectangularMembershipFunction(Parameter) - Constructor for class jfml.membershipfunction.RectangularMembershipFunction
-
Constructor with a Parameter instance with the parameters a and b
- RectangularMembershipFunction(Parameter, float, float) - Constructor for class jfml.membershipfunction.RectangularMembershipFunction
-
Constructor with a Parameter and the left and right domain
- reset() - Method in class jfml.defuzzifier.Defuzzifier
-
Reset defuzzifier values, this method is invoked on every rule
- reset() - Method in class jfml.defuzzifier.DefuzzifierContinuous
-
Reset values
- reset() - Method in class jfml.defuzzifier.DefuzzifierDiscrete
-
Reset values
- reset() - Method in class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
-
- reset() - Method in class jfml.knowledgebase.variable.AnYaDataCloudType
-
- reset() - Method in class jfml.knowledgebase.variable.FuzzyVariableType
-
- reset() - Method in class jfml.knowledgebase.variable.KnowledgeBaseVariable
-
Resets the value of the variable
- reset() - Method in class jfml.knowledgebase.variable.TskVariableType
-
- reset() - Method in class jfml.knowledgebase.variable.TsukamotoVariableType
-
- reset() - Method in class jfml.rule.Rule
-
- reset() - Method in class jfml.rulebase.AnYaRuleBaseType
-
- reset() - Method in class jfml.rulebase.FuzzySystemRuleBase
-
- reset() - Method in class jfml.rulebase.RuleBaseType
-
- reset() - Method in class jfml.rulebase.TskRuleBaseType
-
- reset() - Method in class jfml.term.TskTerm
-
Reset the evaluation value
- RightGaussianMembershipFunction - Class in jfml.membershipfunction
-
Java class for representing RightGaussian membership functions
- RightGaussianMembershipFunction() - Constructor for class jfml.membershipfunction.RightGaussianMembershipFunction
-
Default constructor
- RightGaussianMembershipFunction(Parameter) - Constructor for class jfml.membershipfunction.RightGaussianMembershipFunction
-
Constructor with a Parameter instance with the parameters c and sigma
- RightGaussianMembershipFunction(Parameter, float, float) - Constructor for class jfml.membershipfunction.RightGaussianMembershipFunction
-
Constructor with a Parameter instance with the parameters c and sigma and the domain
- RightLinearMembershipFunction - Class in jfml.membershipfunction
-
Java class for representing RightLinear membership functions
- RightLinearMembershipFunction() - Constructor for class jfml.membershipfunction.RightLinearMembershipFunction
-
Default constructor
- RightLinearMembershipFunction(Parameter) - Constructor for class jfml.membershipfunction.RightLinearMembershipFunction
-
Constructor with Parameter instance with the parameters of the function
- RightLinearMembershipFunction(TwoParamType, float, float) - Constructor for class jfml.membershipfunction.RightLinearMembershipFunction
-
Constructor with TwoParamType with a and b values
- RobotImportFCL - Class in jfml.test
-
This class represents an example to import a fuzzy system in format FCL (IEC 1131).
- RobotImportFCL() - Constructor for class jfml.test.RobotImportFCL
-
- Rule - Class in jfml.rule
-
Abstract class for representing the Rule.
- Rule() - Constructor for class jfml.rule.Rule
-
- RuleBaseType - Class in jfml.rulebase
-
Java class for ruleBaseType complex type.
- RuleBaseType() - Constructor for class jfml.rulebase.RuleBaseType
-
Default constructor
- RuleBaseType(String, int) - Constructor for class jfml.rulebase.RuleBaseType
-
Constructor using name.
- RuleBaseType(String, String, String, String, int) - Constructor for class jfml.rulebase.RuleBaseType
-
Constructor using the name, the activation method, the and, the or and the type