|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.AbstractObjectiveFunction
public abstract class AbstractObjectiveFunction
This class provides a skeletal implementation of the
ObjectiveFunction
interface.
ObjectiveFunction
,
ClassAssignator
Constructor Summary | |
---|---|
AbstractObjectiveFunction(Dataset dataset)
Creates a new AbstractObjectiveFunction instance. |
Method Summary | |
---|---|
Dataset |
getDataset()
|
void |
setDataset(Dataset dataset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.myra.framework.ObjectiveFunction |
---|
evaluate |
Constructor Detail |
---|
public AbstractObjectiveFunction(Dataset dataset)
AbstractObjectiveFunction
instance.
dataset
- the dataset reference.Method Detail |
---|
public void setDataset(Dataset dataset)
public Dataset getDataset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |