evolutionaryfeatureaggregation.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 695 行 · 第 1/4 页
HTML
695 行
PARAMETER_AGGREGATION_FUNCTION</H3><PRE>public static final java.lang.String <B>PARAMETER_AGGREGATION_FUNCTION</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_AGGREGATION_FUNCTION">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_POPULATION_SIZE"><!-- --></A><H3>PARAMETER_POPULATION_SIZE</H3><PRE>public static final java.lang.String <B>PARAMETER_POPULATION_SIZE</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_POPULATION_SIZE">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS"><!-- --></A><H3>PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS</H3><PRE>public static final java.lang.String <B>PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_MAXIMUM_NUMBER_OF_GENERATIONS">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_SELECTION_TYPE"><!-- --></A><H3>PARAMETER_SELECTION_TYPE</H3><PRE>public static final java.lang.String <B>PARAMETER_SELECTION_TYPE</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_SELECTION_TYPE">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_TOURNAMENT_FRACTION"><!-- --></A><H3>PARAMETER_TOURNAMENT_FRACTION</H3><PRE>public static final java.lang.String <B>PARAMETER_TOURNAMENT_FRACTION</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_TOURNAMENT_FRACTION">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_CROSSOVER_TYPE"><!-- --></A><H3>PARAMETER_CROSSOVER_TYPE</H3><PRE>public static final java.lang.String <B>PARAMETER_CROSSOVER_TYPE</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_CROSSOVER_TYPE">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_P_CROSSOVER"><!-- --></A><H3>PARAMETER_P_CROSSOVER</H3><PRE>public static final java.lang.String <B>PARAMETER_P_CROSSOVER</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_P_CROSSOVER">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_LOCAL_RANDOM_SEED"><!-- --></A><H3>PARAMETER_LOCAL_RANDOM_SEED</H3><PRE>public static final java.lang.String <B>PARAMETER_LOCAL_RANDOM_SEED</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.operator.features.aggregation.EvolutionaryFeatureAggregation.PARAMETER_LOCAL_RANDOM_SEED">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="EvolutionaryFeatureAggregation(com.rapidminer.operator.OperatorDescription)"><!-- --></A><H3>EvolutionaryFeatureAggregation</H3><PRE>public <B>EvolutionaryFeatureAggregation</B>(<A HREF="../../../../../com/rapidminer/operator/OperatorDescription.html" title="class in com.rapidminer.operator">OperatorDescription</A> description)</PRE><DL><DD>Creates a new evolutionary feature aggregation algorithm.<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="apply()"><!-- --></A><H3>apply</H3><PRE>public <A HREF="../../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[] <B>apply</B>() throws <A HREF="../../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../com/rapidminer/operator/OperatorChain.html#apply()">OperatorChain</A></CODE></B></DD><DD>Applies all inner operators. The input to this operator becomes the input of the first inner operator. The latter's output is passed to the second inner operator and so on. Note to subclassers: If subclasses (for example wrappers) want to make use of this method remember to call exactly this method <tt>(super.apply())</tt> and do not call <tt>super.apply(IOContainer)</tt> erroneously which will result in an infinite loop.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/OperatorChain.html#apply()">apply</A></CODE> in class <CODE><A HREF="../../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the last inner operator's output or the input itself if the chain is empty.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="evaluate(java.util.List, com.rapidminer.example.ExampleSet)"><!-- --></A><H3>evaluate</H3><PRE>public void <B>evaluate</B>(java.util.List population, <A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> originalExampleSet) throws <A HREF="../../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Creates example sets from all individuals and invoke the inner operators in order to estimate the performance.<P><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="getInputClasses()"><!-- --></A><H3>getInputClasses</H3><PRE>public java.lang.Class<?>[] <B>getInputClasses</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../com/rapidminer/operator/Operator.html#getInputClasses()">Operator</A></CODE></B></DD><DD>Returns the classes that are needed as input. May be null or an empty (no desired input). As default, all delivered input objects are consumed and must be also delivered as output in both <A HREF="../../../../../com/rapidminer/operator/Operator.html#getOutputClasses()"><CODE>Operator.getOutputClasses()</CODE></A> and <A HREF="../../../../../com/rapidminer/operator/Operator.html#apply()"><CODE>Operator.apply()</CODE></A> if this is necessary. This default behavior can be changed by overriding <A HREF="../../../../../com/rapidminer/operator/Operator.html#getInputDescription(java.lang.Class)"><CODE>Operator.getInputDescription(Class)</CODE></A>. Subclasses which implement this method should not make use of parameters since this method is invoked by getParameterTypes(). Therefore, parameters are not fully available at this point of time and this might lead to exceptions. Please use InputDescriptions instead.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/operator/Operator.html#getInputClasses()">getInputClasses</A></CODE> in class <CODE><A HREF="../../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></CODE></DL></DD><DD><DL></DL>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?