类 BestFirst.LinkedList2
java.lang.Object
weka.core.FastVector
weka.attributeSelection.BestFirst.LinkedList2
- 所有已实现的接口:
Serializable
,Copyable
,RevisionHandler
- 封闭类:
- BestFirst
Class for handling a linked list. Used in best first search.
Extends the Vector class.
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 weka.core.FastVector
FastVector.FastVectorEnumeration
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
adds an element (Link) to the list.getLinkAt
(int index) returns the element (Link) at a specific index from the list.Returns the revision string.void
removeLinkAt
(int index) removes an element (Link) at a specific index from the list.从类继承的方法 weka.core.FastVector
addElement, appendElements, capacity, contains, copy, copyElements, elementAt, elements, elements, firstElement, indexOf, insertElementAt, lastElement, removeAllElements, removeElementAt, setCapacity, setElementAt, size, swap, toArray, trimToSize
-
构造器详细资料
-
LinkedList2
public LinkedList2(int sz)
-
-
方法详细资料
-
removeLinkAt
removes an element (Link) at a specific index from the list.- 参数:
index
- the index of the element to be removed.- 抛出:
Exception
-
getLinkAt
returns the element (Link) at a specific index from the list.- 参数:
index
- the index of the element to be returned.- 抛出:
Exception
-
addToList
adds an element (Link) to the list.- 参数:
data
- the attribute set specificationmer
- the "merit" of this attribute set- 抛出:
Exception
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中FastVector
- 返回:
- the revision
-