Skip navigation links
A C D E F G H I J K L M N O P R S T V W Z _ 

T

TaoExample - Class in jfml.test
This class imports a FRBCS from a Matlab fis file and adds 2 rules with Circular Definition It is related to the Tao dataset and the FRBC introduced in: D.
TaoExample() - Constructor for class jfml.test.TaoExample
 
Term - Class in jfml.term
Abstract class for representing the terms.
Term() - Constructor for class jfml.term.Term
 
ThreeParamType - Class in jfml.parameter
Java class for the threeParamType complex type.
ThreeParamType() - Constructor for class jfml.parameter.ThreeParamType
 
toString() - Method in class jfml.defuzzifier.Defuzzifier
 
toString() - Method in class jfml.jaxb.FuzzySystemType
 
toString() - Method in class jfml.knowledgebase.KnowledgeBaseType
 
toString() - Method in class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
 
toString() - Method in class jfml.knowledgebase.variable.AnYaDataCloudType
 
toString() - Method in class jfml.knowledgebase.variable.FuzzyVariableType
 
toString() - Method in class jfml.knowledgebase.variable.KnowledgeBaseVariable
Returns a String object representing this variable.
toString() - Method in class jfml.knowledgebase.variable.TskVariableType
 
toString() - Method in class jfml.knowledgebase.variable.TsukamotoVariableType
 
toString() - Method in class jfml.knowledgebase.variable.WZ
 
toString() - Method in class jfml.membershipfunction.CircularDefinitionType
 
toString() - Method in class jfml.membershipfunction.CircularMembershipFunction
 
toString() - Method in class jfml.membershipfunction.CustomMembershipFunction
 
toString() - Method in class jfml.membershipfunction.GaussianMembershipFunction
 
toString() - Method in class jfml.membershipfunction.LeftGaussianMembershipFunction
 
toString() - Method in class jfml.membershipfunction.LeftLinearMembershipFunction
 
toString() - Method in class jfml.membershipfunction.MembershipFunction
 
toString() - Method in class jfml.membershipfunction.PiShapedMembershipFunction
 
toString() - Method in class jfml.membershipfunction.PointSetMonotonicShapeType
 
toString() - Method in class jfml.membershipfunction.PointSetShapeType
 
toString() - Method in class jfml.membershipfunction.PointType
 
toString() - Method in class jfml.membershipfunction.RectangularMembershipFunction
 
toString() - Method in class jfml.membershipfunction.RightGaussianMembershipFunction
 
toString() - Method in class jfml.membershipfunction.RightLinearMembershipFunction
 
toString() - Method in class jfml.membershipfunction.SingletonMembershipFunction
 
toString() - Method in class jfml.membershipfunction.SShapeMembershipFunction
 
toString() - Method in class jfml.membershipfunction.TrapezoidMembershipFunction
 
toString() - Method in class jfml.membershipfunction.TriangularMembershipFunction
 
toString() - Method in class jfml.membershipfunction.ZShapeMembershipFunction
 
toString() - Method in class jfml.rule.AnYaAntecedentType
 
toString() - Method in class jfml.rule.AnYaRuleType
 
toString() - Method in class jfml.rule.ClauseType
 
toString() - Method in class jfml.rule.FuzzyRuleType
 
toString() - Method in class jfml.rule.Rule
 
toString() - Method in class jfml.rule.TskFuzzyRuleType
 
toString() - Method in class jfml.rulebase.AnYaRuleBaseType
 
toString() - Method in class jfml.rulebase.FuzzySystemRuleBase
 
toString() - Method in class jfml.rulebase.RuleBaseType
 
toString() - Method in class jfml.rulebase.TskRuleBaseType
 
toString() - Method in class jfml.term.AggregatedFuzzyTermType
 
toString() - Method in class jfml.term.FuzzyTermType
 
toString() - Method in class jfml.term.TskTermType
 
toString() - Method in class jfml.term.TsukamotoTermType
 
tranpose(double[][]) - Static method in class jfml.compatibility.SuppCollection
It is used for tranpose.
TrapezoidMembershipFunction - Class in jfml.membershipfunction
Java class for representing Trapezoid functions
TrapezoidMembershipFunction() - Constructor for class jfml.membershipfunction.TrapezoidMembershipFunction
Default constructor
TrapezoidMembershipFunction(Parameter) - Constructor for class jfml.membershipfunction.TrapezoidMembershipFunction
Constructor with Parameter instance with the parameters of the function
TrapezoidMembershipFunction(Parameter, float, float) - Constructor for class jfml.membershipfunction.TrapezoidMembershipFunction
Constructor with Parameter instance with the parameters of the function
TriangularMembershipFunction - Class in jfml.membershipfunction
Java class for representing Triangular functions
TriangularMembershipFunction() - Constructor for class jfml.membershipfunction.TriangularMembershipFunction
Default constructor
TriangularMembershipFunction(Parameter) - Constructor for class jfml.membershipfunction.TriangularMembershipFunction
Constructor with Parameter instance with the parameters of the function
TriangularMembershipFunction(Parameter, float, float) - Constructor for class jfml.membershipfunction.TriangularMembershipFunction
Constructor with Parameter instance with the parameters of the function
TskClauseType - Class in jfml.rule
Java class for tskClauseType complex type.
TskClauseType() - Constructor for class jfml.rule.TskClauseType
Default constructor
TskClauseType(Object, Object) - Constructor for class jfml.rule.TskClauseType
Constructor using a variable and a term
TskConsequentClausesType - Class in jfml.rule
Java class for tskConsequentClausesType complex type.
TskConsequentClausesType() - Constructor for class jfml.rule.TskConsequentClausesType
 
TskConsequentType - Class in jfml.rule
Java class for tskConsequentType complex type.
TskConsequentType() - Constructor for class jfml.rule.TskConsequentType
Default constructor
TskConsequentType(TskConsequentClausesType, TskConsequentClausesType) - Constructor for class jfml.rule.TskConsequentType
Constructor using a then TskConsequentClausesType and an else TskConsequentClausesType
TskFuzzyRuleType - Class in jfml.rule
Java class for tskFuzzyRuleType complex type.
TskFuzzyRuleType() - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor by default
TskFuzzyRuleType(String) - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor with parameters by default
TskFuzzyRuleType(String, AntecedentType, TskConsequentType) - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor using the name of the FuzzyRule, the Antecedent AntecedentType and the TSK Consequent TskConsequentType
TskFuzzyRuleType(String, String, String, String, Float) - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor using the name of the TSK FuzzyRule, the connector, the AndMethod, the OrMethod and the weight
TskFuzzyRuleType(String, String, String, Float) - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor using the name of the TSK fuzzy rule, the connector (and / or), the connector method and the weight of the fuzzy rule
TskFuzzyRuleType(String, Float) - Constructor for class jfml.rule.TskFuzzyRuleType
Constructor using the name and the weight of the Fuzzy Rule
TskRuleBaseType - Class in jfml.rulebase
Java class for tskRuleBaseType complex type.
TskRuleBaseType() - Constructor for class jfml.rulebase.TskRuleBaseType
Default constructor
TskRuleBaseType(String, int) - Constructor for class jfml.rulebase.TskRuleBaseType
Constructor using name.
TskRuleBaseType(String, String, String, String, int) - Constructor for class jfml.rulebase.TskRuleBaseType
Constructor using the name, the activation method, the and, the or and the type
TskTerm - Class in jfml.term
 
TskTerm() - Constructor for class jfml.term.TskTerm
 
TskTermType - Class in jfml.term
Java class for tskTermType complex type.
TskTermType() - Constructor for class jfml.term.TskTermType
Default constructor
TskTermType(String, int, float[]) - Constructor for class jfml.term.TskTermType
Constructor using the name, the order and a list of coefficients (c, a, b, ...)
TskVariableType - Class in jfml.knowledgebase.variable
Java class for tskVariableType complex type.
TskVariableType() - Constructor for class jfml.knowledgebase.variable.TskVariableType
 
TskVariableType(String) - Constructor for class jfml.knowledgebase.variable.TskVariableType
Constructor with required elements
TsukamotoRuleBaseType - Class in jfml.rulebase
Java class for implementing Tsukamoto rule base fuzzy systems
TsukamotoRuleBaseType() - Constructor for class jfml.rulebase.TsukamotoRuleBaseType
Default constructor
TsukamotoRuleBaseType(String) - Constructor for class jfml.rulebase.TsukamotoRuleBaseType
Constructor using name.
TsukamotoRuleBaseType(String, String, String, String, int) - Constructor for class jfml.rulebase.TsukamotoRuleBaseType
Constructor using the name, the activation method, the and, the or and the type
TsukamotoTermType - Class in jfml.term
Java class for tsukamotoTermType complex type.
TsukamotoTermType() - Constructor for class jfml.term.TsukamotoTermType
Default constructor
TsukamotoTermType(String, int, float[]) - Constructor for class jfml.term.TsukamotoTermType
Constructor using the name, the type of fuzzy term and an array of parameters
TsukamotoTermType(String, int, List<PointType>) - Constructor for class jfml.term.TsukamotoTermType
Constructor of a PointSet term using the name and a list of PointType
TsukamotoTermType(String, PointSetMonotonicShapeType) - Constructor for class jfml.term.TsukamotoTermType
Constructor using the name and an instance of PointSetMonotonicShapeType
TsukamotoVariableType - Class in jfml.knowledgebase.variable
Java class for tsukamotoVariableType complex type.
TsukamotoVariableType() - Constructor for class jfml.knowledgebase.variable.TsukamotoVariableType
Default constructor
TsukamotoVariableType(String, float, float) - Constructor for class jfml.knowledgebase.variable.TsukamotoVariableType
Constructor with required elements
TwoParamType - Class in jfml.parameter
Java class for the twoParamType complex type.
TwoParamType() - Constructor for class jfml.parameter.TwoParamType
 
TYPE_ANYA - Static variable in class jfml.rulebase.FuzzySystemRuleBase
 
TYPE_circularDefinition - Static variable in class jfml.term.FuzzyTerm
 
TYPE_customMonotonicShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_customShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_gaussianShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_leftGaussianShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_leftLinearShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_MAMDANI - Static variable in class jfml.rulebase.FuzzySystemRuleBase
 
TYPE_OTHER - Static variable in class jfml.rulebase.FuzzySystemRuleBase
 
TYPE_piShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_pointSetMonotonicShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_pointSetShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_rectangularShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_rightGaussianShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_rightLinearShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_singletonShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_sShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_trapezoidShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_triangularShape - Static variable in class jfml.term.FuzzyTerm
 
TYPE_TSK - Static variable in class jfml.rulebase.FuzzySystemRuleBase
 
TYPE_TSUKAMOTO - Static variable in class jfml.rulebase.FuzzySystemRuleBase
 
TYPE_zShape - Static variable in class jfml.term.FuzzyTerm
 
A C D E F G H I J K L M N O P R S T V W Z _ 
Skip navigation links