|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.C45Heuristic
public class C45Heuristic
Constructor Summary | |
---|---|
C45Heuristic(net.sf.myra.datamining.data.Dataset dataset)
|
Method Summary | |
---|---|
void |
set(Branch branch,
double[] values)
|
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 |
Constructor Detail |
---|
public C45Heuristic(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.
public void set(Branch branch, double[] values)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |