Class UdaFuzzyOperators
- java.lang.Object
-
- de.bsvrz.ibv.uda.interpreter.daten.fuzzy.UdaFuzzyOperators
-
public final class UdaFuzzyOperators extends java.lang.Object
Definition der Operatoren zur Ausführung von Fuzzy-Operationen.
-
-
Field Summary
Fields Modifier and Type Field Description static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
ALGPRODUKT
ermittelt das algebraische Produkt.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
ALGSUMME
ermittelt die algebraische Summe.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
DEFUZZYFIZIERE
defuzzyfiziert einen Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
FUZZYFIZIERE
ermittelt einen Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
FUZZYWERT
erzeugt einen "leeren" Fuzzywert.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
GAMMA
ermittelt den Gamma-Wert.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
KOMPLEMENT
ermittelt den Komplementärwert.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
LING_TERM_KONSTRUKTOR
erzeugt einen liguistischen Term.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
LING_VAR_KONSTRUKTOR
erzeugt eine liguistische Variable.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
MAXIMUM
ermittelt das Maximum.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
MINIMUM
ermittelt das Minimum.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[]
OPERATOREN
die Liste der verfügbaren Operatoren.static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator
ZUGEHOERIGKEIT
ermittelt die Zugehörigkeit.
-
-
-
Field Detail
-
LING_TERM_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_TERM_KONSTRUKTOR
erzeugt einen liguistischen Term.
-
LING_VAR_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator LING_VAR_KONSTRUKTOR
erzeugt eine liguistische Variable.
-
FUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYFIZIERE
ermittelt einen Fuzzywert.
-
DEFUZZYFIZIERE
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator DEFUZZYFIZIERE
defuzzyfiziert einen Fuzzywert.
-
FUZZYWERT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FUZZYWERT
erzeugt einen "leeren" Fuzzywert.
-
ZUGEHOERIGKEIT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ZUGEHOERIGKEIT
ermittelt die Zugehörigkeit.
-
MAXIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MAXIMUM
ermittelt das Maximum.
-
ALGSUMME
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGSUMME
ermittelt die algebraische Summe.
-
KOMPLEMENT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KOMPLEMENT
ermittelt den Komplementärwert.
-
GAMMA
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator GAMMA
ermittelt den Gamma-Wert.
-
MINIMUM
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MINIMUM
ermittelt das Minimum.
-
ALGPRODUKT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ALGPRODUKT
ermittelt das algebraische Produkt.
-
OPERATOREN
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN
die Liste der verfügbaren Operatoren.
-
-