package-summary.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 394 行 · 第 1/2 页
HTML
394 行
<TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/DataRowFactory.html" title="class in com.rapidminer.example.table">DataRowFactory</A></B></TD><TD>Factory class for DataRow objects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/DateAttribute.html" title="class in com.rapidminer.example.table">DateAttribute</A></B></TD><TD>This class holds all information on a single date attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/DoubleArrayDataRow.html" title="class in com.rapidminer.example.table">DoubleArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by a double array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/DoubleSparseArrayDataRow.html" title="class in com.rapidminer.example.table">DoubleSparseArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/FileDataRowReader.html" title="class in com.rapidminer.example.table">FileDataRowReader</A></B></TD><TD> FileDataRowReader implements a DataRowReader that reads DataRows from a file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/FloatArrayDataRow.html" title="class in com.rapidminer.example.table">FloatArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by a float array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/FloatSparseArrayDataRow.html" title="class in com.rapidminer.example.table">FloatSparseArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/IntArrayDataRow.html" title="class in com.rapidminer.example.table">IntArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by an integer array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/IntSparseArrayDataRow.html" title="class in com.rapidminer.example.table">IntSparseArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/ListDataRowReader.html" title="class in com.rapidminer.example.table">ListDataRowReader</A></B></TD><TD>Iterates over a list of DataRows.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/LongArrayDataRow.html" title="class in com.rapidminer.example.table">LongArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by a long array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/LongSparseArrayDataRow.html" title="class in com.rapidminer.example.table">LongSparseArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/MemoryExampleTable.html" title="class in com.rapidminer.example.table">MemoryExampleTable</A></B></TD><TD>This class is the core data supplier for example sets.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/NominalAttribute.html" title="class in com.rapidminer.example.table">NominalAttribute</A></B></TD><TD>This class holds all information on a single nominal attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/NonWritableDataRow.html" title="class in com.rapidminer.example.table">NonWritableDataRow</A></B></TD><TD>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 WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/NumericalAttribute.html" title="class in com.rapidminer.example.table">NumericalAttribute</A></B></TD><TD>This class holds all information on a single numerical attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/PolynominalAttribute.html" title="class in com.rapidminer.example.table">PolynominalAttribute</A></B></TD><TD>This class holds all information on a single nominal attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/PolynominalMapping.html" title="class in com.rapidminer.example.table">PolynominalMapping</A></B></TD><TD>This is an implementation of <A HREF="../../../../com/rapidminer/example/table/NominalMapping.html" title="interface in com.rapidminer.example.table"><CODE>NominalMapping</CODE></A> which can be used for nominal attributes with an arbitrary number of different values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/RandomDataRowReader.html" title="class in com.rapidminer.example.table">RandomDataRowReader</A></B></TD><TD>Create data rows based on random data in the range of the minimum and maximum values of the attributes of the given base example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/RandomExampleTable.html" title="class in com.rapidminer.example.table">RandomExampleTable</A></B></TD><TD>This class is used for example sets which should provide random values for the given attributes, i.e. each random value lies in the same range as values of the given attributes (min and max) of the base example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/RapidMinerLineReader.html" title="class in com.rapidminer.example.table">RapidMinerLineReader</A></B></TD><TD>A simple line converter for reading data from BufferedReaders.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/ResultSetDataRowReader.html" title="class in com.rapidminer.example.table">ResultSetDataRowReader</A></B></TD><TD>Unlike a <A HREF="../../../../com/rapidminer/example/table/FileDataRowReader.html" title="class in com.rapidminer.example.table"><CODE>FileDataRowReader</CODE></A> that reads examples from a file, objects of this class read examples from a <CODE>ResultSet</CODE>, a data structure that is returned from a database query.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/ShortArrayDataRow.html" title="class in com.rapidminer.example.table">ShortArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by a short array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/ShortSparseArrayDataRow.html" title="class in com.rapidminer.example.table">ShortSparseArrayDataRow</A></B></TD><TD>Implementation of DataRow that is backed by primitive arrays.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/SimpleArrayDataRowReader.html" title="class in com.rapidminer.example.table">SimpleArrayDataRowReader</A></B></TD><TD>Creates a data row reader which uses an iterator over SimpleArrayData.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/SparseFormatDataRowReader.html" title="class in com.rapidminer.example.table">SparseFormatDataRowReader</A></B></TD><TD>Reads the data rows in sparse format.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/SparseMapDataRow.html" title="class in com.rapidminer.example.table">SparseMapDataRow</A></B></TD><TD>Implementation of DataRow that is backed by a HashMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/table/ViewAttribute.html" title="class in com.rapidminer.example.table">ViewAttribute</A></B></TD><TD>A view attribute is based on a ViewModel (Preprocessing Model) and applies the model on the fly.</TD></TR></TABLE> <P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.example.table Description</H2><P>The available example table implementations (data sources). Please note thatan example set never contain any data. Several views can be stacked what wecall multi-layer data view concept. In this package you can find all classes to define the sources for these views.<P><P><DL></DL><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> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/example/set/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/rapidminer/example/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/example/table/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <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></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?