|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.hantminer.RuleEvaluator
net.sf.myra.hantminer.HybridEvaluator
public class HybridEvaluator
This class represents a rule evaluator which combines a hierarchical
measure (based on hFmeasureEvaluator
class) and a local
measure (based on FmeasureEvaluator
class).
hFmeasureEvaluator
,
FmeasureEvaluator
Field Summary |
---|
Fields inherited from class net.sf.myra.hantminer.RuleEvaluator |
---|
dataset |
Constructor Summary | |
---|---|
HybridEvaluator(net.sf.myra.datamining.data.Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.framework.Cost |
evaluate(HybridRule rule)
Returns the cost associated with the evaluation of the specified hybrid rule. |
Methods inherited from class net.sf.myra.hantminer.RuleEvaluator |
---|
isNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HybridEvaluator(net.sf.myra.datamining.data.Dataset dataset)
dataset
- the dataset instance.Method Detail |
---|
public net.sf.myra.framework.Cost evaluate(HybridRule rule)
RuleEvaluator
evaluate
in class RuleEvaluator
rule
- the hybrid rule to be evaluated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |