|
||||||||||
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.hFmeasureEvaluator
public class hFmeasureEvaluator
This class represents the hierarchical F-measure evaluator.
Field Summary |
---|
Fields inherited from class net.sf.myra.hantminer.RuleEvaluator |
---|
dataset |
Constructor Summary | |
---|---|
hFmeasureEvaluator(net.sf.myra.datamining.data.Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.framework.NumericCost |
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 hFmeasureEvaluator(net.sf.myra.datamining.data.Dataset dataset)
dataset
- Method Detail |
---|
public net.sf.myra.framework.NumericCost 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 |