A B C D E F G H I J L M N O P R S T U W X Z 

G

generalType2zSlices.sets - package generalType2zSlices.sets
 
generalType2zSlices.system - package generalType2zSlices.system
 
generalType2zSlices.system.multicore - package generalType2zSlices.system.multicore
 
generic - package generic
 
GenT2z_Antecedent - Class in generalType2zSlices.system
 
GenT2z_Antecedent(String, GenT2zMF_Interface, Input) - Constructor for class generalType2zSlices.system.GenT2z_Antecedent
Creates a new instance of Antecedent which uses an Input object.
GenT2z_Consequent - Class in generalType2zSlices.system
 
GenT2z_Consequent(String, GenT2zMF_Interface, Output, GenT2zEngine_Defuzzification) - Constructor for class generalType2zSlices.system.GenT2z_Consequent
Creates a new instance of Consequent
GenT2z_Rule - Class in generalType2zSlices.system
 
GenT2z_Rule(GenT2z_Antecedent[], GenT2z_Consequent) - Constructor for class generalType2zSlices.system.GenT2z_Rule
Creates a new instance of GenT2_Rule with a single consequent.
GenT2z_Rule(GenT2z_Antecedent[], GenT2z_Consequent[]) - Constructor for class generalType2zSlices.system.GenT2z_Rule
Creates a new instance of GenT2_Rule with one or more consequent(s).
GenT2z_Rulebase - Class in generalType2zSlices.system
 
GenT2z_Rulebase(int) - Constructor for class generalType2zSlices.system.GenT2z_Rulebase
Creates a new instance of GenT2_Rulebase
GenT2zEngine_Defuzzification - Class in generalType2zSlices.system
 
GenT2zEngine_Defuzzification(int) - Constructor for class generalType2zSlices.system.GenT2zEngine_Defuzzification
Creates a new instance of GenT2zEngine_Defuzzification
GenT2zEngine_Intersection - Class in generalType2zSlices.system
 
GenT2zEngine_Intersection() - Constructor for class generalType2zSlices.system.GenT2zEngine_Intersection
Creates a new instance of GenT2zEngine_Intersection
GenT2zEngine_Union - Class in generalType2zSlices.system
 
GenT2zEngine_Union() - Constructor for class generalType2zSlices.system.GenT2zEngine_Union
Creates a new instance of GenT2zEngine_Union
GenT2zMF_CylExtension - Class in generalType2zSlices.sets
 
GenT2zMF_CylExtension(T1MF_Interface, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_CylExtension
 
GenT2zMF_Discretized - Class in generalType2zSlices.sets
 
GenT2zMF_Discretized(GenT2zMF_Interface, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Discretized
Creates a new instance of GenT2zMF_Discretized
GenT2zMF_Discretized(GenT2zMF_Interface, int, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Discretized
Creates a new instance of GenT2Discretized by setting up a new two-dimensional array using the dimensions provided and "filling" with a discretized version of the set provided.
GenT2zMF_Gaussian - Class in generalType2zSlices.sets
zSlices based General Type-2 MF implementation for Gaussian Membership Functions.
GenT2zMF_Gaussian(String, IntervalT2MF_Gaussian, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Gaussian
Creates a new instance of GenT2zMF_Gaussian by accepting an Interval Type-2 Fuzzy Set as primer.
GenT2zMF_Gaussian(String, IntervalT2MF_Gaussian[]) - Constructor for class generalType2zSlices.sets.GenT2zMF_Gaussian
Creates a new instance of GenT2zMF_Gaussian by taking an array of interval type-2sets as inputs
GenT2zMF_Interface - Interface in generalType2zSlices.sets
 
GenT2zMF_Intersection - Class in generalType2zSlices.sets
 
GenT2zMF_Intersection(String, int, double[], IntervalT2MF_Interface[]) - Constructor for class generalType2zSlices.sets.GenT2zMF_Intersection
Creates a new instance of GenT2zMF_Intersection
GenT2zMF_Prototype - Class in generalType2zSlices.sets
Prototype class for zSlices based general type-2 fuzzy sets.
GenT2zMF_Prototype(String) - Constructor for class generalType2zSlices.sets.GenT2zMF_Prototype
Creates a new instance of GenT2zMF_Trapezoidal
GenT2zMF_Trapezoidal - Class in generalType2zSlices.sets
 
GenT2zMF_Trapezoidal(String, IntervalT2MF_Trapezoidal, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Trapezoidal
Creates a new instance of GenT2zMF_Trapezoidal
GenT2zMF_Trapezoidal(String, IntervalT2MF_Trapezoidal, IntervalT2MF_Trapezoidal, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Trapezoidal
Creates a new instance of GenT2zMF_Trapezoidal by taking two interval type 2 sets as first and last slice as inputs.
GenT2zMF_Trapezoidal(String, IntervalT2MF_Trapezoidal[]) - Constructor for class generalType2zSlices.sets.GenT2zMF_Trapezoidal
Creates a new instance of GenT2zMF_Trapezoidal by taking an array of interval sets as inputs
GenT2zMF_Triangular - Class in generalType2zSlices.sets
zSlices based General Type-2 MF implementation for Triangular Membership Functions.
GenT2zMF_Triangular(String, IntervalT2MF_Triangular, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Triangular
Creates a new instance of GenT2MFz_Triangular by accepting an Interval Type-2 Fuzzy Set as primer.
GenT2zMF_Triangular(String, IntervalT2MF_Triangular, IntervalT2MF_Triangular, int) - Constructor for class generalType2zSlices.sets.GenT2zMF_Triangular
Creates a new instance of GenT2MFz_Triangular by taking two interval type-2 sets as first and last slice as inputs.
GenT2zMF_Triangular(String, IntervalT2MF_Triangular[]) - Constructor for class generalType2zSlices.sets.GenT2zMF_Triangular
Creates a new instance of GenT2MFz_Triangular by taking an array of interval type-2 triangular membership functions as input.
GenT2zMF_Union - Class in generalType2zSlices.sets
 
GenT2zMF_Union(String, int, double[], IntervalT2MF_Interface[]) - Constructor for class generalType2zSlices.sets.GenT2zMF_Union
Creates a new instance of GenT2zMF_Union
get_GenT2zEngine_Intersection() - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
get_GenT2zEngine_Union() - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
getA() - Method in class type1.sets.T1MF_Trapezoidal
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Cylinder
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Discretized
Returns the x values where the alpha cut using the alpha (y) value provided "cuts" the function curve
getAlphaCut(double) - Method in class type1.sets.T1MF_Gauangle
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Gaussian
 
getAlphaCut(double) - Method in interface type1.sets.T1MF_Interface
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Intersection
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Meet
Returns the x values where the alpha cut using the alpha (y) value provided "cuts" the function curve
getAlphaCut(double) - Method in class type1.sets.T1MF_Singleton
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Trapezoidal
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Triangular
 
getAlphaCut(double) - Method in class type1.sets.T1MF_Union
 
getAlphaCutDisretizationLevel() - Method in class type1.sets.T1MF_Discretized
 
getAntecedentasIT2Sets() - Method in class generalType2zSlices.system.GenT2z_Antecedent
Returns this antecedent as a series of antecedents (each based on a single zSlice) for interval type-2 FLSs.
getAntecedents() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getAntecedents() - Method in class intervalType2.system.IT2_Rule
 
getAntecedents() - Method in class type1.system.T1_Rule
 
getAverage() - Method in class generic.Tuple
 
getB() - Method in class type1.sets.T1MF_Trapezoidal
 
getC() - Method in class type1.sets.T1MF_Trapezoidal
 
getCentroid(int) - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getCentroid(int) - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getCentroid(IntervalT2MF_Interface) - Method in class intervalType2.sets.IntervalT2Engine_Centroid
 
getCentroid(int) - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getCentroid(int) - Method in class intervalType2.sets.IntervalT2MF_Prototype
Computes the centroid of the set using the IntervalT2Engine_Centroid class.
getCentroid() - Method in class intervalType2.system.IT2_Consequent
 
getConsequentCentroid(Output) - Method in class intervalType2.system.IT2_Rule
 
getConsequentIterator() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getConsequents() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getConsequents() - Method in class intervalType2.system.IT2_Rule
 
getConsequents() - Method in class type1.system.T1_Rule
 
getConsequentsIT2Sets() - Method in class generalType2zSlices.system.GenT2z_Consequent
Returns this antecedent as a series of consequents (each based on a single zSlice) for interval type-2 FLSs.
getConsequentsIterator() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getConsequentsIterator() - Method in class intervalType2.system.IT2_Rule
 
getConsequentsIterator() - Method in class type1.system.T1_Rule
 
getD() - Method in class type1.sets.T1MF_Trapezoidal
 
getDefuzzifiedCentroid(int) - Method in class type1.sets.T1MF_Discretized
Returns the defuzzified value of this set computed using the centroid algorithm.
getDefuzzifiedCentroid(int) - Method in interface type1.sets.T1MF_Interface
 
getDefuzzifiedCentroid(int) - Method in class type1.sets.T1MF_Prototype
Returns the defuzzified value of this set computed using the centroid algorithm.
getDefuzzifiedCOS() - Method in interface type1.sets.T1MF_Interface
 
getDefuzzifiedCOS() - Method in class type1.sets.T1MF_Prototype
Returns the Center of this Set
getDiscretisationLevel() - Method in class generic.Output
 
getDiscretizations() - Method in class generic.Output
Returns an array with discrete values over the domain of this output.
getDiscX(int) - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
Returns discretization value at the specified level on the x Axis.
getDiscY(int) - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
Returns discretization value at the specified level on the y Axis.
getDomain() - Method in class generic.Input
 
getDomain() - Method in class generic.Output
 
getEnd() - Method in class type1.sets.T1MF_Gauangle
 
getEnd() - Method in class type1.sets.T1MF_Triangular
 
getFS(double) - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getFS(double) - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getFS(double) - Method in class generalType2zSlices.sets.GenT2zMF_Union
 
getFS() - Method in class generalType2zSlices.system.GenT2z_Antecedent
 
getFS(double) - Method in class intervalType2.sets.IntervalT2MF_Gauangle
 
getFS(double) - Method in class intervalType2.sets.IntervalT2MF_Gaussian
 
getFS(double) - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getFS(double) - Method in class intervalType2.sets.IntervalT2MF_Intersection
 
getFS(double) - Method in class intervalType2.sets.IntervalT2MF_Prototype
Returns the interval membership degree for the given x.
getFS(double) - Method in class intervalType2.sets.IntervalT2MF_Triangular
 
getFS() - Method in class intervalType2.system.IT2_Antecedent
 
getFS(double) - Method in class type1.sets.T1MF_Cylinder
 
getFS(double) - Method in class type1.sets.T1MF_Discretized
 
getFS(double) - Method in class type1.sets.T1MF_Gauangle
 
getFS(double) - Method in class type1.sets.T1MF_Gaussian
 
getFS(double) - Method in interface type1.sets.T1MF_Interface
 
getFS(double) - Method in class type1.sets.T1MF_Intersection
 
getFS(double) - Method in class type1.sets.T1MF_Meet
 
getFS(double) - Method in class type1.sets.T1MF_Singleton
 
getFS(double) - Method in class type1.sets.T1MF_Trapezoidal
 
getFS(double) - Method in class type1.sets.T1MF_Triangular
 
getFS(double) - Method in class type1.sets.T1MF_Union
 
getFS() - Method in class type1.system.T1_Antecedent
Returns the firing strength for the given antecedent using the current input supplied.
getFSAverage(double) - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getFSAverage(double) - Method in class intervalType2.sets.IntervalT2MF_Prototype
Returns the average of the lower and upper membership values as a single value.
getFStrength() - Method in class intervalType2.system.IT2_COSInferenceData
 
getFStrength(byte) - Method in class intervalType2.system.IT2_Rule
Returns the rule's firing strength.
getFStrength(byte) - Method in class type1.system.T1_Rule
Returns the rule's firing strength.
getFSWeightedAverage(double) - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getFSWeightedAverage(double) - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
Returns the weighted average of the firing strength of the zSlices of this set.
getFuzzyLogicType() - Method in class generalType2zSlices.system.GenT2z_Rulebase
Returns the type of fuzzy logic that is employed.
getFuzzyLogicType() - Method in class intervalType2.system.IT2_Rulebase
Returns the type of fuzzy logic that is employed.
getImplicationMethod() - Method in class generalType2zSlices.system.GenT2z_Rulebase
Returns the current Implication Method as used for all rules.
getImplicationMethod() - Method in class intervalType2.system.IT2_Rulebase
Returns the current Implication Method as used for all rules.
getImplicationMethod() - Method in class type1.system.T1_Rulebase
Returns the current Implication Method as used for all rules.
getInferenceMethod() - Method in class type1.system.T1_Rulebase
Returns the current Inference Method as used for all rules.
getInput() - Method in class generalType2zSlices.system.GenT2z_Antecedent
 
getInput() - Method in class generic.Input
 
getInput() - Method in class intervalType2.system.IT2_Antecedent
 
getInput() - Method in class type1.system.T1_Antecedent
 
getInputMF() - Method in class generic.Input
 
getInputs() - Method in class generalType2zSlices.system.GenT2z_Rule
Returns the inputs of the antecedents used in the current rule.
getInputs() - Method in class intervalType2.system.IT2_Rule
Returns the inputs of the antecedents used in the current rule.
getInputs() - Method in class intervalType2.system.IT2_Rulebase
This method assumes all rules use the same (and all) inputs.
getInputs() - Method in class type1.system.T1_Rule
Returns the inputs of the antecedents used in the current rule.
getInputs() - Method in class type1.system.T1_Rulebase
This method assumes all rules use the same (and all) inputs.
getIntersection(GenT2zMF_Interface, GenT2zMF_Interface) - Method in class generalType2zSlices.system.GenT2zEngine_Intersection
 
getIT2Rulebases() - Method in class generalType2zSlices.system.GenT2z_Rulebase
Returns the whole zSlices based rulebase as a series of interval type-2 rule bases (one per zLevel) which can then be computed in parallel.
getLeft() - Method in class generic.Tuple
 
getLeftShoulderStart() - Method in class generalType2zSlices.sets.GenT2zMF_Trapezoidal
 
getLeftShoulderStart() - Method in class generalType2zSlices.sets.GenT2zMF_Union
 
getLMF() - Method in class intervalType2.sets.IntervalT2MF_Gaussian
 
getLMF() - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getLMF() - Method in class intervalType2.sets.IntervalT2MF_Prototype
 
getLMF() - Method in class intervalType2.sets.IntervalT2MF_Triangular
 
getLowerBound(double) - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getLowerBound(double) - Method in class intervalType2.sets.IntervalT2MF_Prototype
Returns the degree of membership at x for the Lower Membership Function.
getMax(int) - Method in class intervalType2.system.IT2_Antecedent
Returns the arg sup of the t-norm between the membership function of the antecedent and the membership function of the input (in case of NSF)
getMax(int) - Method in class type1.system.T1_Antecedent
Returns the arg sup of the t-norm between the membership function of the antecedent and the membership function of the input (in case of NSF)
getMean() - Method in class type1.sets.T1MF_Gauangle
 
getMean() - Method in class type1.sets.T1MF_Gaussian
 
getMembershipFunction() - Method in class intervalType2.system.IT2_Consequent
 
getMF() - Method in class intervalType2.system.IT2_Antecedent
 
getMF() - Method in class type1.system.T1_Antecedent
Returns the membership function defining the antecedent.
getMF() - Method in class type1.system.T1_Consequent
Returns the membership function defining the consequent.
getName() - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getName() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getName() - Method in class generalType2zSlices.system.GenT2z_Antecedent
 
getName() - Method in class generalType2zSlices.system.GenT2z_Consequent
 
getName() - Method in class generic.Input
 
getName() - Method in interface generic.MF_Interface
 
getName() - Method in class generic.Output
 
getName() - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getName() - Method in class intervalType2.sets.IntervalT2MF_Prototype
 
getName() - Method in class intervalType2.system.IT2_Antecedent
 
getName() - Method in class intervalType2.system.IT2_Consequent
 
getName() - Method in interface type1.sets.T1MF_Interface
 
getName() - Method in class type1.sets.T1MF_Prototype
 
getName() - Method in class type1.system.T1_Antecedent
 
getName() - Method in class type1.system.T1_Consequent
 
getNumberOfAntecedents() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getNumberOfAntecedents() - Method in class intervalType2.system.IT2_Rule
 
getNumberOfAntecedents() - Method in class type1.system.T1_Rule
 
getNumberOfConsequents() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getNumberOfConsequents() - Method in class intervalType2.system.IT2_Rule
 
getNumberOfConsequents() - Method in class type1.system.T1_Rule
 
getNumberOfOutputs() - Method in class type1.system.T1_Rulebase
 
getNumberOfPoints() - Method in class type1.sets.T1MF_Discretized
 
getNumberOfRules() - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
getNumberOfRules() - Method in class intervalType2.system.IT2_Rulebase
 
getNumberOfRules() - Method in class type1.system.T1_Rulebase
 
getNumberOfSlices() - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getNumberOfSlices() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
The number of zLevels.
getOutput() - Method in class generalType2zSlices.system.GenT2z_Consequent
 
getOutput() - Method in class generalType2zSlices.system.GenT2z_Rule
Returns the output associated with the (currently single) consequent.
getOutput() - Method in class intervalType2.system.IT2_Consequent
 
getOutput() - Method in class type1.system.T1_Consequent
 
getOutputIterator() - Method in class intervalType2.system.IT2_Rulebase
 
getOutputSetBuffers() - Method in class type1.system.T1_Rulebase
Returns the outputSetBuffers
getOverallOutput() - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
getParameters() - Method in class type1.sets.T1MF_Trapezoidal
Returns the MFs parameters
getPeak() - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getPeak() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getPeak() - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getPeak() - Method in class intervalType2.sets.IntervalT2MF_Prototype
 
getPeak() - Method in class intervalType2.sets.IntervalT2MF_Union
 
getPeak() - Method in class type1.sets.T1MF_Cylinder
 
getPeak() - Method in class type1.sets.T1MF_Discretized
Returns the xCoordinate of the peak value.
getPeak() - Method in class type1.sets.T1MF_Gauangle
 
getPeak() - Method in class type1.sets.T1MF_Gaussian
 
getPeak() - Method in interface type1.sets.T1MF_Interface
 
getPeak() - Method in class type1.sets.T1MF_Intersection
 
getPeak() - Method in class type1.sets.T1MF_Meet
 
getPeak() - Method in class type1.sets.T1MF_Singleton
 
getPeak() - Method in class type1.sets.T1MF_Trapezoidal
As standard, the peak is generally defined as the average of b and c, however it may be changed using the setPeak() method if desired.
getPeak() - Method in class type1.sets.T1MF_Triangular
 
getPeak() - Method in class type1.sets.T1MF_Union
 
getPointAt(int) - Method in class type1.sets.T1MF_Discretized
Returns point at i
getPointCloud(GenT2zMF_Interface[], Tuple, int, Tuple, int) - Static method in class tools.PlottingTools
Returns point cloud data for the given sets for the specified ranges and levels of discretisation.
getPoints() - Method in class type1.sets.T1MF_Discretized
Returns all points in the set
getPrimaryDiscretizationLevel() - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
 
getPrimaryDiscretizationLevel() - Method in class intervalType2.sets.IntervalT2Engine_Centroid
 
getPrimaryDiscretizationValues() - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
 
getRawOutput() - Method in class generalType2zSlices.system.GenT2z_Rule
 
getRight() - Method in class generic.Tuple
 
getRightShoulderStart() - Method in class generalType2zSlices.sets.GenT2zMF_Trapezoidal
 
getRightShoulderStart() - Method in class generalType2zSlices.sets.GenT2zMF_Union
 
getRule(int) - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
getRule(int) - Method in class type1.system.T1_Rulebase
 
getRuleasIT2Rules() - Method in class generalType2zSlices.system.GenT2z_Rule
Produces a series of interval type-2 rules where each rule represents one zLevel of the underlying zSlices rule.
getRules() - Method in class generalType2zSlices.system.GenT2z_Rulebase
 
getRules() - Method in class intervalType2.system.IT2_Rulebase
 
getRules() - Method in class type1.system.T1_Rulebase
 
getRulesWithAntecedents(GenT2z_Antecedent[]) - Method in class generalType2zSlices.system.GenT2z_Rulebase
Returns all rules with a matching (i.e. equal) set of antecedents.
getSecondaryDiscretizationLevel() - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
 
getSecondaryDiscretizationValues() - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
 
getSelectedCentroidEndpoint() - Method in class intervalType2.system.IT2_COSInferenceData
 
getSet() - Method in class generalType2zSlices.system.GenT2z_Antecedent
 
getSet() - Method in class generalType2zSlices.system.GenT2z_Consequent
 
getSet() - Method in class intervalType2.system.IT2_Antecedent
 
getSetDataAt(int, int) - Method in class generalType2zSlices.sets.GenT2zMF_Discretized
Returns third dimension membership for given array coordinates.
getSets() - Method in class intervalType2.sets.IntervalT2MF_Intersection
Returns the intersection's constituting sets, i.e. all sets which are intersected to give rise to this set.
getSets() - Method in class intervalType2.sets.IntervalT2MF_Union
 
getSimilarity(T1MF_Interface, T1MF_Interface, int) - Method in class similarity.JaccardSimilarityEngine
 
getSimilarity(IntervalT2MF_Interface, IntervalT2MF_Interface, int) - Method in class similarity.JaccardSimilarityEngine
 
getSimilarity(GenT2zMF_Interface, GenT2zMF_Interface, int) - Method in class similarity.JaccardSimilarityEngine
 
getSize() - Method in class generic.Tuple
 
getSpread() - Method in class type1.sets.T1MF_Gaussian
 
getStart() - Method in class type1.sets.T1MF_Gauangle
 
getStart() - Method in class type1.sets.T1MF_Triangular
 
getSupport() - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getSupport() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getSupport() - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getSupport() - Method in class intervalType2.sets.IntervalT2MF_Prototype
 
getSupport() - Method in class type1.sets.T1MF_Discretized
 
getSupport() - Method in interface type1.sets.T1MF_Interface
 
getSupport() - Method in class type1.sets.T1MF_Prototype
 
getTypeReductionType() - Method in class generalType2zSlices.system.multicore.FLCPlant
 
getUMF() - Method in class intervalType2.sets.IntervalT2MF_Gaussian
 
getUMF() - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getUMF() - Method in class intervalType2.sets.IntervalT2MF_Prototype
 
getUMF() - Method in class intervalType2.sets.IntervalT2MF_Triangular
 
getUnion(GenT2zMF_Interface, GenT2zMF_Interface) - Method in class generalType2zSlices.system.GenT2zEngine_Union
 
getUpperBound(double) - Method in interface intervalType2.sets.IntervalT2MF_Interface
 
getUpperBound(double) - Method in class intervalType2.sets.IntervalT2MF_Prototype
Returns the degree of membership at x for the Higher Membership Function.
getValue() - Method in class type1.sets.T1MF_Singleton
 
getyLevels() - Method in class type1.sets.T1MF_Trapezoidal
Retrieves the yLevels of the second and third parameters (points B and C) This is useful for non-normal MFs.
getZSlice(int) - Method in class generalType2zSlices.sets.GenT2zMF_Gaussian
 
getZSlice(int) - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getZSlice(int) - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getZSlice(int) - Method in class generalType2zSlices.sets.GenT2zMF_Trapezoidal
 
getZValue(int) - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getZValue(int) - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
getZValues() - Method in interface generalType2zSlices.sets.GenT2zMF_Interface
 
getZValues() - Method in class generalType2zSlices.sets.GenT2zMF_Prototype
 
A B C D E F G H I J L M N O P R S T U W X Z