public class TsukamotoRuleBaseType extends RuleBaseType
defaultActivationMethod, defaultAndMethod, defaultNetworkAddress, defaultOrMethod, TYPE_ANYA, TYPE_MAMDANI, TYPE_OTHER, TYPE_TSK, TYPE_TSUKAMOTO
Constructor and Description |
---|
TsukamotoRuleBaseType()
Default constructor
|
TsukamotoRuleBaseType(java.lang.String name)
Constructor using name.
|
TsukamotoRuleBaseType(java.lang.String name,
java.lang.String activation,
java.lang.String and,
java.lang.String or,
int type)
Constructor using the name, the activation method, the and, the or and the type
|
addRule, evaluate, getActivatedRules, getActivationMethod, getAndMethod, getName, getNetworkAddress, getOrMethod, getRules, reset, setActivationMethod, setAndMethod, setName, setNetworkAddress, setOrMethod, toString
getRuleBaseSystemType, getRuleBaseSystemTypeName, setRuleBaseSystemType
public TsukamotoRuleBaseType()
public TsukamotoRuleBaseType(java.lang.String name)
name
- name of the Tsukamoto rule basepublic TsukamotoRuleBaseType(java.lang.String name, java.lang.String activation, java.lang.String and, java.lang.String or, int type)
name
- name of the TSK rule baseactivation
- the method used for the implication process according to StandardActivationMethodType
and
- the and algorithm to be usedor
- the or algorithm to be usedtype
- the ruleBaseSystemType