package-summary.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 375 行 · 第 1/2 页
HTML
375 行
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/MissingAttributesCondition.html" title="class in com.rapidminer.example.set">MissingAttributesCondition</A></B></TD><TD>This subclass of <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set"><CODE>Condition</CODE></A> serves to excludes all examples containing no missing values from an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/MissingLabelsCondition.html" title="class in com.rapidminer.example.set">MissingLabelsCondition</A></B></TD><TD>This subclass of <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set"><CODE>Condition</CODE></A> serves to exclude examples with known labels from an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/ModelViewExampleSet.html" title="class in com.rapidminer.example.set">ModelViewExampleSet</A></B></TD><TD>This is a generic example set (view on the view stack of the data) which can be used to apply any preprocessing model and create a view from it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/NoMissingAttributesCondition.html" title="class in com.rapidminer.example.set">NoMissingAttributesCondition</A></B></TD><TD>This subclass of <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set"><CODE>Condition</CODE></A> serves to excludes all examples containing missing values from an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/NoMissingLabelsCondition.html" title="class in com.rapidminer.example.set">NoMissingLabelsCondition</A></B></TD><TD>This subclass of <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set"><CODE>Condition</CODE></A> serves to exclude examples with unknown labels from an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/NonSpecialAttributesExampleSet.html" title="class in com.rapidminer.example.set">NonSpecialAttributesExampleSet</A></B></TD><TD>Thie example set treats all special attributes as regular attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/Partition.html" title="class in com.rapidminer.example.set">Partition</A></B></TD><TD>Implements a partition.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/RemappedExampleSet.html" title="class in com.rapidminer.example.set">RemappedExampleSet</A></B></TD><TD>This example set uses the mapping given by another example set and "remaps" on the fly the nominal values according to the given set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/ReplaceMissingExampleSet.html" title="class in com.rapidminer.example.set">ReplaceMissingExampleSet</A></B></TD><TD>An implementation of ExampleSet that allows the replacement of missing values on the fly.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/ShuffledPartitionBuilder.html" title="class in com.rapidminer.example.set">ShuffledPartitionBuilder</A></B></TD><TD>Creates a shuffled partition for an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SimpleExampleReader.html" title="class in com.rapidminer.example.set">SimpleExampleReader</A></B></TD><TD>This reader simply uses all examples from an example table.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SimpleExampleSet.html" title="class in com.rapidminer.example.set">SimpleExampleSet</A></B></TD><TD>A simple implementation of ExampleSet containing a list of attributes and a special attribute map.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SimplePartitionBuilder.html" title="class in com.rapidminer.example.set">SimplePartitionBuilder</A></B></TD><TD>Creates a simple non-shuffled partition for an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SingleExampleExampleSet.html" title="class in com.rapidminer.example.set">SingleExampleExampleSet</A></B></TD><TD>This view can be used to wrap a single example.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SkipNANExampleReader.html" title="class in com.rapidminer.example.set">SkipNANExampleReader</A></B></TD><TD>This ExampleReader skips all examples containing attribute values that are not a number.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SortedExampleReader.html" title="class in com.rapidminer.example.set">SortedExampleReader</A></B></TD><TD>This example reader is based on the given mapping and skips all examples which are not part of the mapping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SortedExampleSet.html" title="class in com.rapidminer.example.set">SortedExampleSet</A></B></TD><TD>This example set uses a mapping of indices to access the examples provided by the parent example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SplittedExampleSet.html" title="class in com.rapidminer.example.set">SplittedExampleSet</A></B></TD><TD>An example set that can be split into subsets by using a <A HREF="../../../../com/rapidminer/example/set/Partition.html" title="class in com.rapidminer.example.set"><CODE>Partition</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/SplittedExampleSetReader.html" title="class in com.rapidminer.example.set">SplittedExampleSetReader</A></B></TD><TD>Returns only a subset of an example set specified by an instance of <A HREF="../../../../com/rapidminer/example/set/Partition.html" title="class in com.rapidminer.example.set"><CODE>Partition</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/StratifiedPartitionBuilder.html" title="class in com.rapidminer.example.set">StratifiedPartitionBuilder</A></B></TD><TD>Creates a shuffled and stratified partition for an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/WrongPredictionCondition.html" title="class in com.rapidminer.example.set">WrongPredictionCondition</A></B></TD><TD>This subclass of <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set"><CODE>Condition</CODE></A> serves to accept all examples which are wrongly predicted.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Exception Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/example/set/ConditionCreationException.html" title="class in com.rapidminer.example.set">ConditionCreationException</A></B></TD><TD>Exception class whose instances are thrown during the creation of conditions.</TD></TR></TABLE> <P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.example.set Description</H2><P>The available views (example sets) on the example tables. Please note thatan example set never contain any data. Several views can be stacked what wecall multi-layer data view concept.<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/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/rapidminer/example/table/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/set/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 + -
显示快捷键?