|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.AbstractObjectiveFunction
net.sf.myra.datamining.function.hierarchical.hFmeasure
public class hFmeasure
This class represents the hierarchical F-measure function.
Field Summary | |
---|---|
static java.lang.String |
BETA
|
Constructor Summary | |
---|---|
hFmeasure(Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.framework.Cost |
evaluate(net.sf.myra.framework.Trail trail)
|
Methods inherited from class net.sf.myra.datamining.AbstractObjectiveFunction |
---|
getDataset, setDataset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BETA
Constructor Detail |
---|
public hFmeasure(Dataset dataset)
dataset
- the dataset used in the evaluation.Method Detail |
---|
public net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |