memoryexampletable.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 596 行 · 第 1/3 页
HTML
596 行
<BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/table/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#getDataRow(int)">getDataRow</A></B>(int index)</CODE><BR> Returns the data row with the given index.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#getDataRowReader()">getDataRowReader</A></B>()</CODE><BR> Returns a new data row reader.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#readExamples(com.rapidminer.example.table.DataRowReader)">readExamples</A></B>(<A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i)</CODE><BR> Reads the examples into memory in the order they are delivered by the given reader.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#readExamples(com.rapidminer.example.table.DataRowReader, boolean)">readExamples</A></B>(<A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i, boolean permutate)</CODE><BR> Reads the examples into memory and permutates the order.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#readExamples(com.rapidminer.example.table.DataRowReader, boolean, java.util.Random)">readExamples</A></B>(<A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i, boolean permutate, java.util.Random random)</CODE><BR> Reads the examples into memory and permutates the order.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#removeDataRow(com.rapidminer.example.table.DataRow)">removeDataRow</A></B>(<A HREF="../../../../com/rapidminer/example/table/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A> dataRow)</CODE><BR> Convenience method for removing data rows.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/table/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#removeDataRow(int)">removeDataRow</A></B>(int index)</CODE><BR> Convenience method for removing data rows.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html#size()">size</A></B>()</CODE><BR> Returns the size of this example table, i.e. the number of data rows.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.example.table.AbstractExampleTable"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.example.table.<A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html" title="class in com.rapidminer.example.table">AbstractExampleTable</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#addAttributes(java.util.Collection)">addAttributes</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet()">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet(com.rapidminer.example.Attribute)">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet(com.rapidminer.example.Attribute, com.rapidminer.example.Attribute, com.rapidminer.example.Attribute)">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet(com.rapidminer.tools.att.AttributeSet)">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet(java.util.Iterator)">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#createExampleSet(java.util.Map)">createExampleSet</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#findAttribute(java.lang.String)">findAttribute</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#getAttribute(int)">getAttribute</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#getAttributeCount()">getAttributeCount</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#getAttributes()">getAttributes</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#getNumberOfAttributes()">getNumberOfAttributes</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#removeAttribute(com.rapidminer.example.Attribute)">removeAttribute</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#removeAttribute(int)">removeAttribute</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#toDataString()">toDataString</A>, <A HREF="../../../../com/rapidminer/example/table/AbstractExampleTable.html#toString()">toString</A></CODE></TD></TR></TABLE> <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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <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="MemoryExampleTable(java.util.List)"><!-- --></A><H3>MemoryExampleTable</H3><PRE>public <B>MemoryExampleTable</B>(java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> attributes)</PRE><DL><DD>Creates a new instance of MemoryExampleTable.<P><DL><DT><B>Parameters:</B><DD><CODE>attributes</CODE> - List of <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example"><CODE>Attribute</CODE></A> containing the attributes of the columns. None of these must be null.</DL></DL><HR><A NAME="MemoryExampleTable(java.util.List, com.rapidminer.example.table.DataRowFactory, int)"><!-- --></A><H3>MemoryExampleTable</H3><PRE>public <B>MemoryExampleTable</B>(java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> attributes, <A HREF="../../../../com/rapidminer/example/table/DataRowFactory.html" title="class in com.rapidminer.example.table">DataRowFactory</A> factory, int size)</PRE><DL><DD>Creates a new instance of MemoryExampleTable.<P><DL><DT><B>Parameters:</B><DD><CODE>attributes</CODE> - List of <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example"><CODE>Attribute</CODE></A> containing the attributes of the columns. None of these must be null.<DD><CODE>size</CODE> - initial size of this example table. All values will be Double.NaN.</DL></DL><HR><A NAME="MemoryExampleTable(java.util.List, com.rapidminer.example.table.DataRowReader)"><!-- --></A><H3>MemoryExampleTable</H3><PRE>public <B>MemoryExampleTable</B>(java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> attributes, <A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i)</PRE><DL><DD>Creates an empty memory example table and fills it with the data rows read from i.<P></DL><HR><A NAME="MemoryExampleTable(java.util.List, com.rapidminer.example.table.DataRowReader, boolean)"><!-- --></A><H3>MemoryExampleTable</H3><PRE>public <B>MemoryExampleTable</B>(java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> attributes, <A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i, boolean permutate)</PRE><DL><DD>Creates an empty memory example table and fills it with the data rows read from i.<P></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="readExamples(com.rapidminer.example.table.DataRowReader)"><!-- --></A><H3>readExamples</H3><PRE>public void <B>readExamples</B>(<A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i)</PRE><DL><DD>Reads the examples into memory in the order they are delivered by the given reader. Removes all old data rows first.<P><DD><DL></DL></DD></DL><HR><A NAME="readExamples(com.rapidminer.example.table.DataRowReader, boolean)"><!-- --></A><H3>readExamples</H3><PRE>public void <B>readExamples</B>(<A HREF="../../../../com/rapidminer/example/table/DataRowReader.html" title="interface in com.rapidminer.example.table">DataRowReader</A> i, boolean permutate)</PRE><DL><DD>Reads the examples into memory and permutates the order. Removes all old data rows first.<P><DD><DL></DL></DD></DL><HR><A NAME="readExamples(com.rapidminer.example.table.DataRowReader, boolean, java.util.Random)"><!-- --></A><H3>readExamples</H3><PRE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?