📄 datarow.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/DatabaseDataRow.html" title="class in com.rapidminer.example.table">DatabaseDataRow</A></B></CODE><BR> Reads datarows from a data base.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/DoubleArrayDataRow.html" title="class in com.rapidminer.example.table">DoubleArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by a double array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/DoubleSparseArrayDataRow.html" title="class in com.rapidminer.example.table">DoubleSparseArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/FloatArrayDataRow.html" title="class in com.rapidminer.example.table">FloatArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by a float array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/FloatSparseArrayDataRow.html" title="class in com.rapidminer.example.table">FloatSparseArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/IntArrayDataRow.html" title="class in com.rapidminer.example.table">IntArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by an integer array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/IntSparseArrayDataRow.html" title="class in com.rapidminer.example.table">IntSparseArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/LongArrayDataRow.html" title="class in com.rapidminer.example.table">LongArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by a long array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/LongSparseArrayDataRow.html" title="class in com.rapidminer.example.table">LongSparseArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/NonWritableDataRow.html" title="class in com.rapidminer.example.table">NonWritableDataRow</A></B></CODE><BR> This data row can be wrapped around another data row (delegate) in order to prevent writing access.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/ShortArrayDataRow.html" title="class in com.rapidminer.example.table">ShortArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by a short array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/ShortSparseArrayDataRow.html" title="class in com.rapidminer.example.table">ShortSparseArrayDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/example/table/SparseMapDataRow.html" title="class in com.rapidminer.example.table">SparseMapDataRow</A></B></CODE><BR> Implementation of DataRow that is backed by a HashMap.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/rapidminer/example/table/package-summary.html">com.rapidminer.example.table</A> that return <A HREF="../../../../../com/rapidminer/example/table/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A></FONT></TH></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>DataRowFactory.</B><B><A HREF="../../../../../com/rapidminer/example/table/DataRowFactory.html#create(java.lang.Double[], com.rapidminer.example.Attribute[])">create</A></B>(java.lang.Double[] data, <A HREF="../../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[] attributes)</CODE><BR> Creates a data row from an Object array.</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>DataRowFactory.</B><B><A HREF="../../../../../com/rapidminer/example/table/DataRowFactory.html#create(int)">create</A></B>(int size)</CODE><BR> Creates a new DataRow with the given initial capacity.</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>DataRowFactory.</B><B><A HREF="../../../../../com/rapidminer/example/table/DataRowFactory.html#create(java.lang.Object[], com.rapidminer.example.Attribute[])">create</A></B>(java.lang.Object[] data, <A HREF="../../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[] attributes)</CODE><BR> Creates a data row from an Object array.</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>DataRowFactory.</B><B><A HREF="../../../../../com/rapidminer/example/table/DataRowFactory.html#create(java.lang.String[], com.rapidminer.example.Attribute[])">create</A></B>(java.lang.String[] strings, <A HREF="../../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[] attributes)</CODE><BR> Creates a data row from an array of Strings.</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>CachedDatabaseExampleTable.</B><B><A HREF="../../../../../com/rapidminer/example/table/CachedDatabaseExampleTable.html#getDataRow(int)">getDataRow</A></B>(int index)</CODE><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>RandomExampleTable.</B><B><A HREF="../../../../../com/rapidminer/example/table/RandomExampleTable.html#getDataRow(int)">getDataRow</A></B>(int index)</CODE><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>MemoryExampleTable.</B><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/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A></CODE></FONT></TD><TD><CODE><B>ExampleTable.</B><B><A HREF="../../../../../com/rapidminer/example/table/ExampleTable.html#getDataRow(int)">getDataRow</A></B>(int index)</CODE><BR> Returns the i-th data row.</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>DatabaseExampleTable.</B><B><A HREF="../../../../../com/rapidminer/example/table/DatabaseExampleTable.html#getDataRow(int)">getDataRow</A></B>(int index)</CODE><BR> Returns the data row with the desired row 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/DataRow.html" title="class in com.rapidminer.example.table">DataRow</A></CODE></FONT></TD><TD><CODE><B>FileDataRowReader.</B><B><A HREF="../../../../../com/rapidminer/example/table/FileDataRowReader.html#next()">next</A></B>()</CODE><BR> Returns the next Example.</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>RandomDataRowReader.</B><B><A HREF="../../../../../com/rapidminer/example/table/RandomDataRowReader.html#next()">next</A></B>()</CODE><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>DatabaseDataRowReader.</B><B><A HREF="../../../../../com/rapidminer/example/table/DatabaseDataRowReader.html#next()">next</A></B>()</CODE><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>SimpleArrayDataRowReader.</B><B><A HREF="../../../../../com/rapidminer/example/table/SimpleArrayDataRowReader.html#next()">next</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -