populationoperator.html

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

HTML
886
字号
<CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/SwitchingForwardSelection.html" title="class in com.rapidminer.operator.features.selection">SwitchingForwardSelection</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/TournamentSelection.html" title="class in com.rapidminer.operator.features.selection">TournamentSelection</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs tournaments with k participants.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/UniformSelection.html" title="class in com.rapidminer.operator.features.selection">UniformSelection</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Selects a given fixed number of individuals by uniformly sampling from the current population until the desired population size is reached.</TD></TR></TABLE>&nbsp;<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/features/selection/package-summary.html">com.rapidminer.operator.features.selection</A> that return <A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B>GeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/GeneticAlgorithm.html#getCrossoverPopulationOperator(com.rapidminer.example.ExampleSet)">getCrossoverPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;eSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operator that performs crossover.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getCrossoverPopulationOperator(com.rapidminer.example.ExampleSet)">getCrossoverPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;example)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operator that performs crossover.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B>GeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/GeneticAlgorithm.html#getMutationPopulationOperator(com.rapidminer.example.ExampleSet)">getMutationPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;eSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operator that performs the mutation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract &nbsp;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getMutationPopulationOperator(com.rapidminer.example.ExampleSet)">getMutationPopulationOperator</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;example)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an operator that performs the mutation.</TD></TR></TABLE>&nbsp;<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/features/selection/package-summary.html">com.rapidminer.operator.features.selection</A> that return types with arguments of type <A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>WeightGuidedSelectionOperator.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.html#getPostEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPostEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an empty list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getPostEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPostEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list with post eval pop ops.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>FeatureSelectionOperator.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/FeatureSelectionOperator.html#getPostEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPostEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;empty list</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>BruteForceSelection.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/BruteForceSelection.html#getPostEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPostEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an empty list if the parameter debug_output is set to false.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getPostProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPostProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an empty list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>WeightGuidedSelectionOperator.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.html#getPreEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPreEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The operators add the feature with the next highest weight.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getPreEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPreEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the list with pre eval pop ops.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>FeatureSelectionOperator.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/FeatureSelectionOperator.html#getPreEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPreEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The operators performs two steps:  forward selection/backward elimination kick out all but the <tt>keep_best</tt> individuals remove redundant individuals </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>BruteForceSelection.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/BruteForceSelection.html#getPreEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPreEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Does nothing.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>&gt;</CODE></FONT></TD><TD><CODE><B>AbstractGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.html#getPreProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPreProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an empty list.</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.features.weighting"><!-- --></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/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A> in <A HREF="../../../../../com/rapidminer/operator/features/weighting/package-summary.html">com.rapidminer.operator.features.weighting</A></FONT></TH></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../com/rapidminer/operator/features/weighting/package-summary.html">com.rapidminer.operator.features.weighting</A> that implement <A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD>

⌨️ 快捷键说明

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