|
||||||||||
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.RelativeCostMeasureFunction
public class RelativeCostMeasureFunction
Field Summary | |
---|---|
static java.lang.String |
Cr
|
Constructor Summary | |
---|---|
RelativeCostMeasureFunction(Dataset dataset)
Default constructor. |
|
RelativeCostMeasureFunction(Dataset dataset,
double cr)
Construction with parameter. |
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 Cr
Constructor Detail |
---|
public RelativeCostMeasureFunction(Dataset dataset)
dataset
- the dataset used in the evaluation.public RelativeCostMeasureFunction(Dataset dataset, double cr)
dataset
- the dataset used in the evaluation.cr
- the cr value to be usedMethod 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 |