Package | Description |
---|---|
de.bsvrz.iav.fuzzylib.fuzzylib |
Implementation der SWE 5.4 Funktionen Fuzzy.
|
Modifier and Type | Field and Description |
---|---|
private List<FuzzySet> |
LinguistischeVariable.fuzzySets
Sichert die Fuzzy-Sets der linguistischen Variable.
|
Modifier and Type | Method and Description |
---|---|
FuzzySet |
Term.getFuzzySet()
Sucht das Fuzzy-Set, was zu diesem Term gehört.
|
FuzzySet |
LinguistischeVariable.getFuzzySet(String term)
Gibt das Fuzzy-Set mit dem angegebenen Namen zurück.
|
Modifier and Type | Method and Description |
---|---|
List<FuzzySet> |
LinguistischeVariable.getFuzzySet()
Gibt die Liste der Fuzzy-Sets in der linguistischen Variable zurück.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LinguistischeVariable.addFuzzySet(FuzzySet set)
Fügt der linguistischen Variable ein neues Fuzzy-Set hinzu.
|
int |
LinguistischeVariable.FuzzySetComparator.compare(FuzzySet fs1,
FuzzySet fs2)
Vergleicht jeweils die zweite Trapezecke der beiden Fuzzy-Sets.
|
boolean |
LinguistischeVariable.replaceFuzzySet(String term,
FuzzySet set)
Ersetzt das Fuzzy-Set mit dem angegebenen Namen.
|
static float |
Geometrie.zugehoerigkeit(FuzzySet fs,
int wert)
Berechnet mit die Zugehörigkeit zu einem Fuzzy-Set bei einem
vorgegebenen Messwert.
|
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.