|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--weka.core.FastVector
|
+--weka.classifiers.DecisionTable.LinkedList
Class for handling a linked list. Used in best first search. Extends the Vector class.
| Inner classes inherited from class weka.core.FastVector |
FastVector.FastVectorEnumeration |
| Constructor Summary | |
DecisionTable.LinkedList()
|
|
| Method Summary | |
void |
addToList(java.util.BitSet gr,
double mer)
Aadds an element (Link) to the list. |
DecisionTable.Link |
getLinkAt(int index)
Returns the element (Link) at a specific index from the list. |
void |
removeLinkAt(int index)
Removes an element (Link) at a specific index from the list. |
| Methods inherited from class weka.core.FastVector |
addElement, appendElements, capacity, copy, copyElements, elementAt, elements, elements, firstElement, indexOf, insertElementAt, lastElement, removeAllElements, removeElementAt, setCapacity, setElementAt, size, swap, toArray, trimToSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DecisionTable.LinkedList()
| Method Detail |
public void removeLinkAt(int index)
throws java.lang.Exception
index - the index of the element to be removed.
public DecisionTable.Link getLinkAt(int index)
throws java.lang.Exception
index - the index of the element to be returned.
public void addToList(java.util.BitSet gr,
double mer)
gr - the feature set specificationmer - the "merit" of this feature set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||