⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bestfirst.linkedlist2.html

📁 weka是机器学习和数据挖掘领域最有影响力的开源项目之一
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TD><CODE><B><A HREF="../../weka/attributeSelection/BestFirst.LinkedList2.html#getLinkAt(int)">getLinkAt</A></B>(int&nbsp;index)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the element (Link) at a specific index from the list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../weka/attributeSelection/BestFirst.LinkedList2.html#removeLinkAt(int)">removeLinkAt</A></B>(int&nbsp;index)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;removes an element (Link) at a specific index from the list.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_weka.core.FastVector"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class weka.core.<A HREF="../../weka/core/FastVector.html" title="class in weka.core">FastVector</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../weka/core/FastVector.html#addElement(java.lang.Object)">addElement</A>, <A HREF="../../weka/core/FastVector.html#appendElements(weka.core.FastVector)">appendElements</A>, <A HREF="../../weka/core/FastVector.html#capacity()">capacity</A>, <A HREF="../../weka/core/FastVector.html#contains(java.lang.Object)">contains</A>, <A HREF="../../weka/core/FastVector.html#copy()">copy</A>, <A HREF="../../weka/core/FastVector.html#copyElements()">copyElements</A>, <A HREF="../../weka/core/FastVector.html#elementAt(int)">elementAt</A>, <A HREF="../../weka/core/FastVector.html#elements()">elements</A>, <A HREF="../../weka/core/FastVector.html#elements(int)">elements</A>, <A HREF="../../weka/core/FastVector.html#firstElement()">firstElement</A>, <A HREF="../../weka/core/FastVector.html#indexOf(java.lang.Object)">indexOf</A>, <A HREF="../../weka/core/FastVector.html#insertElementAt(java.lang.Object, int)">insertElementAt</A>, <A HREF="../../weka/core/FastVector.html#lastElement()">lastElement</A>, <A HREF="../../weka/core/FastVector.html#removeAllElements()">removeAllElements</A>, <A HREF="../../weka/core/FastVector.html#removeElementAt(int)">removeElementAt</A>, <A HREF="../../weka/core/FastVector.html#setCapacity(int)">setCapacity</A>, <A HREF="../../weka/core/FastVector.html#setElementAt(java.lang.Object, int)">setElementAt</A>, <A HREF="../../weka/core/FastVector.html#size()">size</A>, <A HREF="../../weka/core/FastVector.html#swap(int, int)">swap</A>, <A HREF="../../weka/core/FastVector.html#toArray()">toArray</A>, <A HREF="../../weka/core/FastVector.html#trimToSize()">trimToSize</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="BestFirst.LinkedList2(int)"><!-- --></A><H3>BestFirst.LinkedList2</H3><PRE>public <B>BestFirst.LinkedList2</B>(int&nbsp;sz)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="removeLinkAt(int)"><!-- --></A><H3>removeLinkAt</H3><PRE>public void <B>removeLinkAt</B>(int&nbsp;index)                  throws java.lang.Exception</PRE><DL><DD>removes an element (Link) at a specific index from the list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the element to be removed.<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE></DL></DD></DL><HR><A NAME="getLinkAt(int)"><!-- --></A><H3>getLinkAt</H3><PRE>public <A HREF="../../weka/attributeSelection/BestFirst.Link2.html" title="class in weka.attributeSelection">BestFirst.Link2</A> <B>getLinkAt</B>(int&nbsp;index)                          throws java.lang.Exception</PRE><DL><DD>returns the element (Link) at a specific index from the list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the element to be returned.<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE></DL></DD></DL><HR><A NAME="addToList(java.lang.Object[], double)"><!-- --></A><H3>addToList</H3><PRE>public void <B>addToList</B>(java.lang.Object[]&nbsp;data,                      double&nbsp;mer)               throws java.lang.Exception</PRE><DL><DD>adds an element (Link) to the list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the attribute set specification<DD><CODE>mer</CODE> - the "merit" of this attribute set<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../weka/attributeSelection/BestFirst.Link2.html" title="class in weka.attributeSelection"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../weka/attributeSelection/CfsSubsetEval.html" title="class in weka.attributeSelection"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html?weka/attributeSelection/BestFirst.LinkedList2.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="BestFirst.LinkedList2.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_weka.core.FastVector">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -