operatorchain.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,108 行 · 第 1/5 页
HTML
1,108 行
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Operator.</B><B><A HREF="../../../../com/rapidminer/operator/Operator.html#setParent(com.rapidminer.operator.OperatorChain)">setParent</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> parent)</CODE><BR> Sets the enclosing operator chain.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../com/rapidminer/operator/package-summary.html">com.rapidminer.operator</A> with parameters of type <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.html#IllegalNumberOfInnerOperatorsException(java.lang.String, com.rapidminer.operator.OperatorChain)">IllegalNumberOfInnerOperatorsException</A></B>(java.lang.String message, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> operatorChain)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/WrongNumberOfInnerOperatorsException.html#WrongNumberOfInnerOperatorsException(com.rapidminer.operator.OperatorChain, int, int, int)">WrongNumberOfInnerOperatorsException</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> operator, int min, int max, int actual)</CODE><BR> </TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.condition"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/condition/package-summary.html">com.rapidminer.operator.condition</A></FONT></TH></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/operator/condition/package-summary.html">com.rapidminer.operator.condition</A> with parameters of type <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>LastInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/LastInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>SimpleChainInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/SimpleChainInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>InnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/InnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> Checks if the condition is fulfilled in the given operator chain.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>AllInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/AllInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>CombinedInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/CombinedInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>FirstInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/FirstInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class[]</CODE></FONT></TD><TD><CODE><B>SpecificInnerOperatorCondition.</B><B><A HREF="../../../../com/rapidminer/operator/condition/SpecificInnerOperatorCondition.html#checkIO(com.rapidminer.operator.OperatorChain, java.lang.Class[])">checkIO</A></B>(<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> chain, java.lang.Class[] input)</CODE><BR> </TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/package-summary.html">com.rapidminer.operator.features</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/package-summary.html">com.rapidminer.operator.features</A></FONT></TH></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/operator/features/FeatureOperator.html" title="class in com.rapidminer.operator.features">FeatureOperator</A></B></CODE><BR> This class is the superclass of all feature selection and generation operators.</TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features.aggregation"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/aggregation/package-summary.html">com.rapidminer.operator.features.aggregation</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/aggregation/package-summary.html">com.rapidminer.operator.features.aggregation</A></FONT></TH></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/operator/features/aggregation/EvolutionaryFeatureAggregation.html" title="class in com.rapidminer.operator.features.aggregation">EvolutionaryFeatureAggregation</A></B></CODE><BR> Performs an evolutionary feature aggregation.</TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features.construction"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/construction/package-summary.html">com.rapidminer.operator.features.construction</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A> in <A HREF="../../../../com/rapidminer/operator/features/construction/package-summary.html">com.rapidminer.operator.features.construction</A></FONT></TH></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/operator/features/construction/AbstractGeneratingGeneticAlgorithm.html" title="class in com.rapidminer.operator.features.construction">AbstractGeneratingGeneticAlgorithm</A></B></CODE><BR> In contrast to its superclass <A HREF="../../../../com/rapidminer/operator/features/selection/GeneticAlgorithm.html" title="class in com.rapidminer.operator.features.selection"><CODE>GeneticAlgorithm</CODE></A>, the <A HREF="../../../../com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.html" title="class in com.rapidminer.operator.features.construction"><CODE>GeneratingGeneticAlgorithm</CODE></A> generates new attributes and thus can change the length of an individual.</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/operator/features/construction/AGA.html" title="class in com.rapidminer.operator.features.construction">AGA</A></B></CODE><BR> Basically the same operator as the <A HREF="../../../../com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.html" title="class in com.rapidminer.operator.features.construction"><CODE>GeneratingGeneticAlgorithm</CODE></A> operator.</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/operator/features/construction/DirectedGGA.html" title="class in com.rapidminer.operator.features.construction">DirectedGGA</A></B></CODE><BR> DirectedGGA is an acronym for a Generating Genetic Algorithm which uses probability directed search heuristics to select attributes for generation or removing.</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/operator/features/construction/FourierGGA.html" title="class in com.rapidminer.operator.features.construction">FourierGGA</A></B></CODE><BR> FourierGGA has all functions of YAGGA2.</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/operator/features/construction/GeneratingForwardSelection.html" title="class in com.rapidminer.operator.features.construction">GeneratingForwardSelection</A></B></CODE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?