Package | Description |
---|---|
de.bsvrz.iav.fuzzylib.fuzzylib |
Implementation der SWE 5.4 Funktionen Fuzzy.
|
de.bsvrz.iav.fuzzylib.fuzzylib.inferenz |
Implementiert eine Fuzzy-Wissensbasis.
|
de.bsvrz.iav.fuzzylib.fuzzylib.modell |
Modifier and Type | Method and Description |
---|---|
FuzzyVariable |
FuzzyVariable.clone() |
FuzzyVariable |
LinguistischeVariable.fuzzyfiziere()
Erstellt ein Fuzzy-Variable aus der linguistischen Variable.
|
FuzzyVariable |
LinguistischeVariable.fuzzyfiziere(int wert)
Fuzzyfiziert den übergebenen Wert.
|
FuzzyVariable |
Term.getFuzzyVariable()
Gibt die Fuzzy-Variable zurück, zu der dieser Term gehört.
|
Modifier and Type | Method and Description |
---|---|
List<FuzzyVariable> |
Fuzzyfizierung.interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
Gibt eine Liste von fuzzyfizierten Werten zurück.
|
Modifier and Type | Method and Description |
---|---|
Integer |
LinguistischeVariable.defuzzyfiziere(FuzzyVariable fv)
Defuzzyfiziert eine Fuzzy-Variable.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FuzzyVariable> |
Wissensbasis.interpret(de.bsvrz.sys.funclib.bitctrl.interpreter.Kontext kontext)
Gibt eine Map aller Fuzzy-Variablen zurück, die in den
Regelkonklusionen vorkommen.
|
Modifier and Type | Method and Description |
---|---|
protected FuzzyVariable |
AbstractOdFuzzyWert.erstelleFV(de.bsvrz.dav.daf.main.Data daten)
Erstellt aus einem Datum eine Fuzzy-Variable.
|
FuzzyVariable |
FuzzyWert.getFuzzyWert()
Gibt den fuzzyfizierten Wert zurück.
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzyWert.setFuzzyWert(FuzzyVariable fuzzyWert)
Legt den fuzzyfizierten Wert fest.
|
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.