package-summary.html

来自「数据挖掘方面最新软件」· HTML 代码 · 共 378 行 · 第 1/2 页

HTML
378
字号
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ModelApplier.html" title="class in com.rapidminer.operator">ModelApplier</A></B></TD><TD>This operator applies a <A HREF="../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator"><CODE>Model</CODE></A> to an <A HREF="../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example"><CODE>ExampleSet</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ModelGrouper.html" title="class in com.rapidminer.operator">ModelGrouper</A></B></TD><TD>This operator groups all input models together into a grouped (combined) model.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ModelUngrouper.html" title="class in com.rapidminer.operator">ModelUngrouper</A></B></TD><TD>This operator ungroups a previously grouped model (<A HREF="../../../com/rapidminer/operator/ModelGrouper.html" title="class in com.rapidminer.operator"><CODE>ModelGrouper</CODE></A>) and delivers the grouped input models.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ModelUpdater.html" title="class in com.rapidminer.operator">ModelUpdater</A></B></TD><TD>This operator updates a <A HREF="../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator"><CODE>Model</CODE></A> with an <A HREF="../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example"><CODE>ExampleSet</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></B></TD><TD> An operator accepts an array of input objects and generates an array of output objects that can be processed by other operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A></B></TD><TD>A chain of operators that is subsequently applied.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/OperatorDescription.html" title="class in com.rapidminer.operator">OperatorDescription</A></B></TD><TD>Data container for name, class, short name, path and the (very short) description of an operator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ProcessRootOperator.html" title="class in com.rapidminer.operator">ProcessRootOperator</A></B></TD><TD>Each process must contain exactly one operator of this class and it must be the root operator of the process.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ResultObjectAdapter.html" title="class in com.rapidminer.operator">ResultObjectAdapter</A></B></TD><TD>An adapter class for the interface <A HREF="../../../com/rapidminer/operator/ResultObject.html" title="interface in com.rapidminer.operator"><CODE>ResultObject</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/SimpleOperatorChain.html" title="class in com.rapidminer.operator">SimpleOperatorChain</A></B></TD><TD>A simple operator chain which can have an arbitrary number of inner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/SimpleResultObject.html" title="class in com.rapidminer.operator">SimpleResultObject</A></B></TD><TD>A SimpleResulObject is only a helper class for very simple results with only a name and descriptive text.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/SingleMacroDefinitionOperator.html" title="class in com.rapidminer.operator">SingleMacroDefinitionOperator</A></B></TD><TD>(Re-)Define macros for the current process.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/Value.html" title="class in com.rapidminer.operator">Value</A></B></TD><TD>A value contains a key and a description.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ValueDouble.html" title="class in com.rapidminer.operator">ValueDouble</A></B></TD><TD>The super class for loggable double values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ValueString.html" title="class in com.rapidminer.operator">ValueString</A></B></TD><TD>The super class for loggable String values.</TD></TR></TABLE>&nbsp;<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/operator/IllegalInputException.html" title="class in com.rapidminer.operator">IllegalInputException</A></B></TD><TD>Will be thrown if an operator needs an input type which is not provided or gets the wrong input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.html" title="class in com.rapidminer.operator">IllegalNumberOfInnerOperatorsException</A></B></TD><TD>Will be thrown if an operator chain has the wrong number of inner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/MissingIOObjectException.html" title="class in com.rapidminer.operator">MissingIOObjectException</A></B></TD><TD>Will be thrown if an operator can not get its desired input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/OperatorCreationException.html" title="class in com.rapidminer.operator">OperatorCreationException</A></B></TD><TD>Exception class whose instances are thrown during the creation of operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></B></TD><TD>Exception class whose instances are thrown by instances of the class <A HREF="../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator"><CODE>Operator</CODE></A> or of one of its subclasses.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/ProcessStoppedException.html" title="class in com.rapidminer.operator">ProcessStoppedException</A></B></TD><TD>Exception class whose instances are thrown by instances of the class 'Operator' or of one of its subclasses.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/UserError.html" title="class in com.rapidminer.operator">UserError</A></B></TD><TD>Exception class whose instances are thrown due to a user error, for example missing files or wrong operator architecture.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../com/rapidminer/operator/WrongNumberOfInnerOperatorsException.html" title="class in com.rapidminer.operator">WrongNumberOfInnerOperatorsException</A></B></TD><TD>Will be thrown if an operator chain needs a specific number of inner operators which is not fulfilled.</TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.operator Description</H2><P>Provides operators for machine learning and data pre-processing.<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>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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>  </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&amp;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">&nbsp;<A HREF="../../../com/rapidminer/gui/wizards/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../com/rapidminer/operator/condition/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?com/rapidminer/operator/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.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></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright &#169; 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>

⌨️ 快捷键说明

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