Package | Description |
---|---|
generalType2zSlices.system | |
intervalType2.system |
Modifier and Type | Method and Description |
---|---|
IT2_Consequent[] |
GenT2z_Consequent.getConsequentsIT2Sets()
Returns this antecedent as a series of consequents (each based on a single
zSlice) for interval type-2 FLSs.
|
Modifier and Type | Method and Description |
---|---|
IT2_Consequent[] |
IT2_Rule.getConsequents() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IT2_Consequent> |
IT2_Rule.getConsequentsIterator() |
Constructor and Description |
---|
IT2_Rule(IT2_Antecedent[] antecedents,
IT2_Consequent consequent)
Standard constructor for a single consequent.
|
IT2_Rule(IT2_Antecedent[] antecedents,
IT2_Consequent[] consequents)
Standard constructor.
|