public abstract class TskTerm extends Term
Modifier and Type | Field and Description |
---|---|
static int |
_ORDER_0 |
static int |
_ORDER_1 |
Constructor and Description |
---|
TskTerm() |
Modifier and Type | Method and Description |
---|---|
abstract void |
evaluateTskTerm(java.util.List<FuzzyVariable> kbv)
Evalutates the TSKterm considering the list of variables of the KnowledgeBase
|
float |
getEvaluation()
Gets the evaluation value
|
abstract java.lang.String |
getName()
Gets the name of the TSK term
|
void |
reset()
Reset the evaluation value
|
void |
setEvaluation(float z)
Sets the evaluation value
|
copy, getMembershipValue
public static final int _ORDER_0
public static final int _ORDER_1
public float getEvaluation()
public void setEvaluation(float z)
z
- the value zpublic void reset()
public abstract void evaluateTskTerm(java.util.List<FuzzyVariable> kbv)
kbv
- list of variables of the KnowledgeBase