- T1_Antecedent - Class in type1.system
-
Antecedent for a fuzzy rule of a Type-1 Fuzzy System.
- T1_Antecedent(T1MF_Interface, Input) - Constructor for class type1.system.T1_Antecedent
-
Creates a new instance of Antecedent
- T1_Antecedent(String, T1MF_Interface, Input) - Constructor for class type1.system.T1_Antecedent
-
Creates a new instance of Antecedent
- T1_Consequent - Class in type1.system
-
Consequent for a fuzzy rule of a Type-1 Fuzzy System.
- T1_Consequent(T1MF_Interface, Output) - Constructor for class type1.system.T1_Consequent
-
- T1_Consequent(String, T1MF_Interface, Output) - Constructor for class type1.system.T1_Consequent
-
- T1_Rule - Class in type1.system
-
Rule for a Type-1 Fuzzy System.
- T1_Rule(T1_Antecedent[], T1_Consequent) - Constructor for class type1.system.T1_Rule
-
Creates a new instance of Rule with a single consequent
- T1_Rule(T1_Antecedent[], T1_Consequent[]) - Constructor for class type1.system.T1_Rule
-
Creates a new instance of Rule
- T1_Rulebase - Class in type1.system
-
Class Capturing an entire Type-1 FLS through its rules.
- T1_Rulebase(int) - Constructor for class type1.system.T1_Rulebase
-
Creates a new instance of T1_Rulebase
- T1_Rulebase() - Constructor for class type1.system.T1_Rulebase
-
- T1MF_Cylinder - Class in type1.sets
-
The T1MF_Cylinder class is mainly a support class for the IT2 class.
- T1MF_Cylinder(String, double) - Constructor for class type1.sets.T1MF_Cylinder
-
Creates a new instance.
- T1MF_Discretized - Class in type1.sets
-
The class allows the specification of a type-1 MF based on single points alone,
i.e.
- T1MF_Discretized(String, int) - Constructor for class type1.sets.T1MF_Discretized
-
Creates a new instance of T1MF_Discretized
- T1MF_Discretized(String) - Constructor for class type1.sets.T1MF_Discretized
-
- T1MF_Discretized(String, Tuple[]) - Constructor for class type1.sets.T1MF_Discretized
-
- T1MF_Gauangle - Class in type1.sets
-
Class for Gauangle Type-1 Fuzzy Membership Functions.
- T1MF_Gauangle(String, double, double, double) - Constructor for class type1.sets.T1MF_Gauangle
-
Creates a new instance of T1MF_Gauangle.
- T1MF_Gaussian - Class in type1.sets
-
Class for Gaussian Type-1 Fuzzy Membership Functions.
- T1MF_Gaussian(String, double, double) - Constructor for class type1.sets.T1MF_Gaussian
-
Constructor setting the parameters for the Gaussian Membership Function.
- T1MF_Interface - Interface in type1.sets
-
Interface for Type-1 Fuzzy Membership Functions.
- T1MF_Intersection - Class in type1.sets
-
- T1MF_Intersection(String, T1MF_Interface, T1MF_Interface) - Constructor for class type1.sets.T1MF_Intersection
-
- T1MF_Meet - Class in type1.sets
-
Meet operation for 2 Type-1 sets, mostly used while computing general Type-2 FLSs.
- T1MF_Meet(T1MF_Interface, T1MF_Interface) - Constructor for class type1.sets.T1MF_Meet
-
Creates a new instance of T1MF_DiscretizedMeet
- T1MF_Prototype - Class in type1.sets
-
Prototype class for Type-1 Fuzzy Membership Functions.
- T1MF_Prototype(String) - Constructor for class type1.sets.T1MF_Prototype
-
- T1MF_Singleton - Class in type1.sets
-
Membership Function represented by a single double value - for example heavily used in TSK/Anfis for consequents.
- T1MF_Singleton(String, double) - Constructor for class type1.sets.T1MF_Singleton
-
Creates a new instance.
- T1MF_Singleton(double) - Constructor for class type1.sets.T1MF_Singleton
-
Creates a new instance with empty name.
- T1MF_Trapezoidal - Class in type1.sets
-
Class for Trapezoidal Type-1 Fuzzy Membership Functions.
- T1MF_Trapezoidal(String, double[]) - Constructor for class type1.sets.T1MF_Trapezoidal
-
Standard Constructor for normal trapezoidal MF.
- T1MF_Trapezoidal(String, double[], double[]) - Constructor for class type1.sets.T1MF_Trapezoidal
-
Constructor for non-normal trapezoidal MF.
- T1MF_Triangular - Class in type1.sets
-
- T1MF_Triangular(String, double, double, double) - Constructor for class type1.sets.T1MF_Triangular
-
- T1MF_Union - Class in type1.sets
-
- T1MF_Union(T1MF_Interface, T1MF_Interface) - Constructor for class type1.sets.T1MF_Union
-
- toGraphicFile(File) - Method in class tools.JMathPlotter
-
- tools - package tools
-
- toString() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
-
- toString() - Method in class generalType2zSlices.system.GenT2z_Antecedent
-
- toString() - Method in class generalType2zSlices.system.GenT2z_Consequent
-
- toString() - Method in class generalType2zSlices.system.GenT2z_Rule
-
- toString() - Method in class generalType2zSlices.system.GenT2z_Rulebase
-
- toString() - Method in class generic.Input
-
- toString() - Method in class generic.Tuple
-
- toString() - Method in class intervalType2.sets.IntervalT2MF_Cylinder
-
- toString() - Method in class intervalType2.sets.IntervalT2MF_Gauangle
-
- toString() - Method in class intervalType2.sets.IntervalT2MF_Gaussian
-
- toString() - Method in class intervalType2.sets.IntervalT2MF_Prototype
-
Each implementation of the prototype should override this method.
- toString() - Method in class intervalType2.sets.IntervalT2MF_Trapezoidal
-
- toString() - Method in class intervalType2.system.IT2_Antecedent
-
- toString() - Method in class intervalType2.system.IT2_Consequent
-
- toString() - Method in class intervalType2.system.IT2_COSInferenceData
-
- toString() - Method in class intervalType2.system.IT2_Rule
-
- toString() - Method in class intervalType2.system.IT2_Rulebase
-
- toString() - Method in class type1.sets.T1MF_Cylinder
-
- toString() - Method in class type1.sets.T1MF_Discretized
-
- toString() - Method in class type1.sets.T1MF_Gauangle
-
- toString() - Method in class type1.sets.T1MF_Gaussian
-
- toString() - Method in class type1.sets.T1MF_Singleton
-
- toString() - Method in class type1.sets.T1MF_Trapezoidal
-
- toString() - Method in class type1.sets.T1MF_Triangular
-
- toString() - Method in class type1.system.T1_Antecedent
-
- toString() - Method in class type1.system.T1_Consequent
-
- toString() - Method in class type1.system.T1_Rule
-
- toString() - Method in class type1.system.T1_Rulebase
-
- Tuple - Class in generic
-
Stores 2 values which are usually related in some way, such as a range,...
- Tuple() - Constructor for class generic.Tuple
-
Creates a new instance of Centroid
- Tuple(double, double) - Constructor for class generic.Tuple
-
- type1.sets - package type1.sets
-
- type1.system - package type1.system
-
- typeReduce(GenT2zMF_Interface) - Method in class generalType2zSlices.system.GenT2zEngine_Defuzzification
-
- typeReduce_standard(GenT2zMF_Interface, int, int) - Method in class generalType2zSlices.system.GenT2zEngine_Defuzzification
-
Returns a typereduced and defuzzified set using the standard general type-2 wavy slice centroid method.