Package | Description |
---|---|
generalType2zSlices.sets | |
generalType2zSlices.system | |
generic | |
intervalType2.sets | |
similarity | |
tools | |
type1.sets | |
type1.system |
Constructor and Description |
---|
GenT2zMF_CylExtension(T1MF_Interface baseSet,
int zDiscLevel) |
Modifier and Type | Method and Description |
---|---|
T1MF_Interface |
GenT2z_Antecedent.getFS() |
Modifier and Type | Method and Description |
---|---|
void |
Input.setInputMF(T1MF_Interface inputMF) |
Constructor and Description |
---|
Input(java.lang.String name,
Tuple domain,
T1MF_Interface inputMF) |
Modifier and Type | Field and Description |
---|---|
protected T1MF_Interface |
IntervalT2MF_Prototype.lMF |
protected T1MF_Interface |
IntervalT2MF_Prototype.uMF |
Modifier and Type | Method and Description |
---|---|
T1MF_Interface |
IntervalT2MF_Interface.getLMF() |
T1MF_Interface |
IntervalT2MF_Prototype.getLMF() |
T1MF_Interface |
IntervalT2MF_Interface.getUMF() |
T1MF_Interface |
IntervalT2MF_Prototype.getUMF() |
Constructor and Description |
---|
IntervalT2MF_Prototype(java.lang.String name,
T1MF_Interface uMF,
T1MF_Interface lMF) |
Modifier and Type | Method and Description |
---|---|
double |
JaccardSimilarityEngine.getSimilarity(T1MF_Interface setA,
T1MF_Interface setB,
int numberOfDiscretisations) |
Modifier and Type | Method and Description |
---|---|
void |
JMathPlotter.plotMF(java.lang.String plotName,
T1MF_Interface set,
int xDisc,
Tuple xAxisRange,
Tuple yAxisRange,
boolean addExtraEndpoints)
2D plotting for T1 sets based on JMathPlotter
|
Modifier and Type | Class and Description |
---|---|
class |
T1MF_Cylinder
The T1MF_Cylinder class is mainly a support class for the IT2 class.
|
class |
T1MF_Discretized
The class allows the specification of a type-1 MF based on single points alone,
i.e. in a discretised fashion.
|
class |
T1MF_Gauangle
Class for Gauangle Type-1 Fuzzy Membership Functions.
|
class |
T1MF_Gaussian
Class for Gaussian Type-1 Fuzzy Membership Functions.
|
class |
T1MF_Intersection |
class |
T1MF_Meet
Meet operation for 2 Type-1 sets, mostly used while computing general Type-2 FLSs.
|
class |
T1MF_Prototype
Prototype class for Type-1 Fuzzy Membership Functions.
|
class |
T1MF_Singleton
Membership Function represented by a single double value - for example heavily used in TSK/Anfis for consequents.
|
class |
T1MF_Trapezoidal
Class for Trapezoidal Type-1 Fuzzy Membership Functions.
|
class |
T1MF_Triangular |
class |
T1MF_Union |
Constructor and Description |
---|
T1MF_Intersection(java.lang.String name,
T1MF_Interface setA,
T1MF_Interface setB) |
T1MF_Meet(T1MF_Interface a,
T1MF_Interface b)
Creates a new instance of T1MF_DiscretizedMeet
|
T1MF_Union(T1MF_Interface setA,
T1MF_Interface setB) |
Modifier and Type | Method and Description |
---|---|
T1MF_Interface |
T1_Antecedent.getMF()
Returns the membership function defining the antecedent.
|
T1MF_Interface |
T1_Consequent.getMF()
Returns the membership function defining the consequent.
|
Modifier and Type | Method and Description |
---|---|
void |
T1_Antecedent.setMF(T1MF_Interface mF)
Allows changing the membership function defining the antecedent
|
void |
T1_Consequent.setMF(T1MF_Interface mF)
Allows changing the membership function defining the consequent.
|
Constructor and Description |
---|
T1_Antecedent(java.lang.String name,
T1MF_Interface mF,
Input input)
Creates a new instance of Antecedent
|
T1_Antecedent(T1MF_Interface mF,
Input input)
Creates a new instance of Antecedent
|
T1_Consequent(java.lang.String name,
T1MF_Interface mF,
Output output) |
T1_Consequent(T1MF_Interface mF,
Output output) |