population.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 662 行 · 第 1/2 页
HTML
662 行
</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="Population()"><!-- --></A><H3>Population</H3><PRE>public <B>Population</B>()</PRE><DL><DD>Construct an empty generation.<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="clear()"><!-- --></A><H3>clear</H3><PRE>public void <B>clear</B>()</PRE><DL><DD>Removes all individuals.<P><DD><DL></DL></DD></DL><HR><A NAME="add(com.rapidminer.operator.features.Individual)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(<A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A> individual)</PRE><DL><DD>Adds a single individual.<P><DD><DL></DL></DD></DL><HR><A NAME="addAllIndividuals(java.util.Collection)"><!-- --></A><H3>addAllIndividuals</H3><PRE>public void <B>addAllIndividuals</B>(java.util.Collection<<A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A>> newIndividuals)</PRE><DL><DD>Adds all individuals from the given collection.<P><DD><DL></DL></DD></DL><HR><A NAME="remove(com.rapidminer.operator.features.Individual)"><!-- --></A><H3>remove</H3><PRE>public void <B>remove</B>(<A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A> individual)</PRE><DL><DD>Removes a single individual.<P><DD><DL></DL></DD></DL><HR><A NAME="remove(int)"><!-- --></A><H3>remove</H3><PRE>public void <B>remove</B>(int i)</PRE><DL><DD>Removes a single individual.<P><DD><DL></DL></DD></DL><HR><A NAME="get(int)"><!-- --></A><H3>get</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A> <B>get</B>(int i)</PRE><DL><DD>Returns a single individual.<P><DD><DL></DL></DD></DL><HR><A NAME="getNumberOfIndividuals()"><!-- --></A><H3>getNumberOfIndividuals</H3><PRE>public int <B>getNumberOfIndividuals</B>()</PRE><DL><DD>Returns the number of all individuals.<P><DD><DL></DL></DD></DL><HR><A NAME="empty()"><!-- --></A><H3>empty</H3><PRE>public boolean <B>empty</B>()</PRE><DL><DD>Returns true is the population contains no individuals.<P><DD><DL></DL></DD></DL><HR><A NAME="nextGeneration()"><!-- --></A><H3>nextGeneration</H3><PRE>public void <B>nextGeneration</B>()</PRE><DL><DD>Increase the generation number by one.<P><DD><DL></DL></DD></DL><HR><A NAME="getGeneration()"><!-- --></A><H3>getGeneration</H3><PRE>public int <B>getGeneration</B>()</PRE><DL><DD>Returns the current number of the generation.<P><DD><DL></DL></DD></DL><HR><A NAME="getGenerationsWithoutImproval()"><!-- --></A><H3>getGenerationsWithoutImproval</H3><PRE>public int <B>getGenerationsWithoutImproval</B>()</PRE><DL><DD>Returns the number of generations without improval.<P><DD><DL></DL></DD></DL><HR><A NAME="updateEvaluation()"><!-- --></A><H3>updateEvaluation</H3><PRE>public void <B>updateEvaluation</B>()</PRE><DL><DD>Remember the current generation's best individual and update the best individual.<P><DD><DL></DL></DD></DL><HR><A NAME="getBestPerformanceEver()"><!-- --></A><H3>getBestPerformanceEver</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance">PerformanceVector</A> <B>getBestPerformanceEver</B>()</PRE><DL><DD>Returns the best performance.<P><DD><DL></DL></DD></DL><HR><A NAME="getBestIndividualEver()"><!-- --></A><H3>getBestIndividualEver</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A> <B>getBestIndividualEver</B>()</PRE><DL><DD>Returns all generations' best individual.<P><DD><DL></DL></DD></DL><HR><A NAME="getCurrentBest()"><!-- --></A><H3>getCurrentBest</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/features/Individual.html" title="class in com.rapidminer.operator.features">Individual</A> <B>getCurrentBest</B>()</PRE><DL><DD>Returns the last generation's best individual.<P><DD><DL></DL></DD></DL><HR><A NAME="getCurrentBestPerformance()"><!-- --></A><H3>getCurrentBestPerformance</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance">PerformanceVector</A> <B>getCurrentBestPerformance</B>()</PRE><DL><DD>Returns the last generation's best performance.<P><DD><DL></DL></DD></DL><HR><A NAME="sort()"><!-- --></A><H3>sort</H3><PRE>public void <B>sort</B>()</PRE><DL><DD>Sorts the individuals in ascending order according to their performance, thus the best one will be in last position.<P><DD><DL></DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Population.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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&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"> <A HREF="../../../../com/rapidminer/operator/features/KeepBest.html" title="class in com.rapidminer.operator.features"><B>PREV CLASS</B></A> <A HREF="../../../../com/rapidminer/operator/features/PopulationOperator.html" title="interface in com.rapidminer.operator.features"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/operator/features/Population.html" target="_top"><B>FRAMES</B></A> <A HREF="Population.html" target="_top"><B>NO FRAMES</B></A> <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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?