|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.NoHeuristic
public class NoHeuristic
Field Summary | |
---|---|
static double |
DEFAULT
|
Constructor Summary | |
---|---|
NoHeuristic(net.sf.myra.datamining.data.Dataset dataset)
|
Method Summary | |
---|---|
double |
valueFor(Branch branch,
net.sf.myra.datamining.data.Attribute attribute)
Returns the heuristic value for the specified attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double DEFAULT
Constructor Detail |
---|
public NoHeuristic(net.sf.myra.datamining.data.Dataset dataset)
Method Detail |
---|
public double valueFor(Branch branch, net.sf.myra.datamining.data.Attribute attribute)
Heuristic
valueFor
in interface Heuristic
branch
- the branch of the tree being followed.attribute
- the attribute to determine the heuristic value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |