populationoperator.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 886 行 · 第 1/5 页
HTML
886 行
<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/construction/package-summary.html">com.rapidminer.operator.features.construction</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> java.util.List<<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>></CODE></FONT></TD><TD><CODE><B>GeneratingForwardSelection.</B><B><A HREF="../../../../../com/rapidminer/operator/features/construction/GeneratingForwardSelection.html#getPreEvaluationPopulationOperators(com.rapidminer.example.ExampleSet)">getPreEvaluationPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> input)</CODE><BR> 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>protected java.util.List<<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>></CODE></FONT></TD><TD><CODE><B>AbstractGeneratingGeneticAlgorithm.</B><B><A HREF="../../../../../com/rapidminer/operator/features/construction/AbstractGeneratingGeneticAlgorithm.html#getPreProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPreProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> exampleSet)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.util.List<<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>></CODE></FONT></TD><TD><CODE><B>FourierGGA.</B><B><A HREF="../../../../../com/rapidminer/operator/features/construction/FourierGGA.html#getPreProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPreProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> eSet)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.util.List<<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>></CODE></FONT></TD><TD><CODE><B>AGA.</B><B><A HREF="../../../../../com/rapidminer/operator/features/construction/AGA.html#getPreProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPreProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> input)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected java.util.List<<A HREF="../../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features">PopulationOperator</A>></CODE></FONT></TD><TD><CODE><B>YAGGA2.</B><B><A HREF="../../../../../com/rapidminer/operator/features/construction/YAGGA2.html#getPreProcessingPopulationOperators(com.rapidminer.example.ExampleSet)">getPreProcessingPopulationOperators</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> eSet)</CODE><BR> </TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features.selection"><!-- --></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/selection/package-summary.html">com.rapidminer.operator.features.selection</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">Classes in <A HREF="../../../../../com/rapidminer/operator/features/selection/package-summary.html">com.rapidminer.operator.features.selection</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> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/BackwardElimination.html" title="class in com.rapidminer.operator.features.selection">BackwardElimination</A></B></CODE><BR> This PopulationOperator realises backward elimination, i.e. creates a list of clones of each individual and switches of 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> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/BestSelection.html" title="class in com.rapidminer.operator.features.selection">BestSelection</A></B></CODE><BR> Selects the best individual and build a new population.</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/selection/BoltzmannSelection.html" title="class in com.rapidminer.operator.features.selection">BoltzmannSelection</A></B></CODE><BR> Like RouletteWheel this population operator selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.</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/selection/CutSelection.html" title="class in com.rapidminer.operator.features.selection">CutSelection</A></B></CODE><BR> Creates a new population by a deterministical selection of the best individuals.</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/selection/ForwardSelection.html" title="class in com.rapidminer.operator.features.selection">ForwardSelection</A></B></CODE><BR> 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> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/features/selection/IterativeFeatureAdding.html" title="class in com.rapidminer.operator.features.selection">IterativeFeatureAdding</A></B></CODE><BR> Adds iteratively the next feature according to given attribute name array.</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/selection/NonDominatedSortingSelection.html" title="class in com.rapidminer.operator.features.selection">NonDominatedSortingSelection</A></B></CODE><BR> Performs the non dominated sorting selection from NSGA II.</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/selection/RankSelection.html" title="class in com.rapidminer.operator.features.selection">RankSelection</A></B></CODE><BR> Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' rank based on their fitness values.</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/selection/RouletteWheel.html" title="class in com.rapidminer.operator.features.selection">RouletteWheel</A></B></CODE><BR> Selects a given fixed number of individuals by subdividing a roulette wheel in sections of size proportional to the individuals' fitness values.</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/selection/SelectionCrossover.html" title="class in com.rapidminer.operator.features.selection">SelectionCrossover</A></B></CODE><BR> Crossover operator for the used bitlists of example sets.</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/selection/SelectionMutation.html" title="class in com.rapidminer.operator.features.selection">SelectionMutation</A></B></CODE><BR> Inverts the used bit for every feature of every example set with a given fixed probability.</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/selection/StochasticUniversalSampling.html" title="class in com.rapidminer.operator.features.selection">StochasticUniversalSampling</A></B></CODE><BR> Similar to a the roulette wheel selection the fitness values of all individuals build a partition of the 360 degrees of a wheel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?