|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.hantminer.RuleEvaluator
public abstract class RuleEvaluator
Field Summary | |
---|---|
protected net.sf.myra.datamining.data.Dataset |
dataset
The dataset reference. |
Constructor Summary | |
---|---|
RuleEvaluator(net.sf.myra.datamining.data.Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
abstract net.sf.myra.framework.Cost |
evaluate(HybridRule rule)
Returns the cost associated with the evaluation of the specified hybrid rule. |
protected boolean |
isNumber(double value)
Tests if the specified value is a number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected net.sf.myra.datamining.data.Dataset dataset
Constructor Detail |
---|
public RuleEvaluator(net.sf.myra.datamining.data.Dataset dataset)
dataset
- Method Detail |
---|
protected boolean isNumber(double value)
value
- the value to be tested.
true
if the value is a number; false
otherwise.public abstract net.sf.myra.framework.Cost evaluate(HybridRule rule)
rule
- the hybrid rule to be evaluated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |