|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.rules.DecisionTable.Link
Class for a node in a linked list. Used in best first search.
Constructor Summary | |
DecisionTable.Link(java.util.BitSet gr,
double mer)
The constructor. |
Method Summary | |
java.util.BitSet |
getGroup()
Gets the group. |
double |
getMerit()
Gets the merit. |
java.lang.String |
toString()
Returns string representation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DecisionTable.Link(java.util.BitSet gr, double mer)
gr
- the groupmer
- the meritMethod Detail |
public java.util.BitSet getGroup()
public double getMerit()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London