treeperformancestats.html
来自「数据挖掘的最常用工具。由于开源」· HTML 代码 · 共 715 行 · 第 1/2 页
HTML
715 行
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="reset()"><!-- --></A><H3>reset</H3><PRE>public void <B>reset</B>()</PRE><DL><DD>Resets all internal fields/counters.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#reset()">reset</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="searchStart()"><!-- --></A><H3>searchStart</H3><PRE>public void <B>searchStart</B>()</PRE><DL><DD>Signals start of the nearest neighbour search. Initializes the stats object.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#searchStart()">searchStart</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="searchFinish()"><!-- --></A><H3>searchFinish</H3><PRE>public void <B>searchFinish</B>()</PRE><DL><DD>Signals end of the nearest neighbour search. Calculates the statistics for the search.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#searchFinish()">searchFinish</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="incrLeafCount()"><!-- --></A><H3>incrLeafCount</H3><PRE>public void <B>incrLeafCount</B>()</PRE><DL><DD>Increments the leaf count.<P><DD><DL></DL></DD></DL><HR><A NAME="incrIntNodeCount()"><!-- --></A><H3>incrIntNodeCount</H3><PRE>public void <B>incrIntNodeCount</B>()</PRE><DL><DD>Increments the internal node count.<P><DD><DL></DL></DD></DL><HR><A NAME="getTotalLeavesVisited()"><!-- --></A><H3>getTotalLeavesVisited</H3><PRE>public int <B>getTotalLeavesVisited</B>()</PRE><DL><DD>Returns the total number of leaves visited.<P><DD><DL><DT><B>Returns:</B><DD>The total number.</DL></DD></DL><HR><A NAME="getMeanLeavesVisited()"><!-- --></A><H3>getMeanLeavesVisited</H3><PRE>public double <B>getMeanLeavesVisited</B>()</PRE><DL><DD>Returns the mean of number of leaves visited.<P><DD><DL><DT><B>Returns:</B><DD>The mean number of leaves visited.</DL></DD></DL><HR><A NAME="getStdDevLeavesVisited()"><!-- --></A><H3>getStdDevLeavesVisited</H3><PRE>public double <B>getStdDevLeavesVisited</B>()</PRE><DL><DD>Returns the standard deviation of leaves visited.<P><DD><DL><DT><B>Returns:</B><DD>The standard deviation of leaves visited.</DL></DD></DL><HR><A NAME="getMinLeavesVisited()"><!-- --></A><H3>getMinLeavesVisited</H3><PRE>public int <B>getMinLeavesVisited</B>()</PRE><DL><DD>Returns the minimum number of leaves visited.<P><DD><DL><DT><B>Returns:</B><DD>The minimum number of leaves visited.</DL></DD></DL><HR><A NAME="getMaxLeavesVisited()"><!-- --></A><H3>getMaxLeavesVisited</H3><PRE>public int <B>getMaxLeavesVisited</B>()</PRE><DL><DD>Returns the maximum number of leaves visited.<P><DD><DL><DT><B>Returns:</B><DD>The maximum number of leaves visited.</DL></DD></DL><HR><A NAME="getTotalIntNodesVisited()"><!-- --></A><H3>getTotalIntNodesVisited</H3><PRE>public int <B>getTotalIntNodesVisited</B>()</PRE><DL><DD>Returns the total number of internal nodes visited.<P><DD><DL><DT><B>Returns:</B><DD>The total number of internal nodes visited.</DL></DD></DL><HR><A NAME="getMeanIntNodesVisited()"><!-- --></A><H3>getMeanIntNodesVisited</H3><PRE>public double <B>getMeanIntNodesVisited</B>()</PRE><DL><DD>Returns the mean of internal nodes visited.<P><DD><DL><DT><B>Returns:</B><DD>The mean number of internal nodes visited.</DL></DD></DL><HR><A NAME="getStdDevIntNodesVisited()"><!-- --></A><H3>getStdDevIntNodesVisited</H3><PRE>public double <B>getStdDevIntNodesVisited</B>()</PRE><DL><DD>Returns the standard deviation of internal nodes visited.<P><DD><DL><DT><B>Returns:</B><DD>The standard deviation of internal nodes visited.</DL></DD></DL><HR><A NAME="getMinIntNodesVisited()"><!-- --></A><H3>getMinIntNodesVisited</H3><PRE>public int <B>getMinIntNodesVisited</B>()</PRE><DL><DD>Returns the minimum of internal nodes visited.<P><DD><DL><DT><B>Returns:</B><DD>The minimum of internal nodes visited.</DL></DD></DL><HR><A NAME="getMaxIntNodesVisited()"><!-- --></A><H3>getMaxIntNodesVisited</H3><PRE>public int <B>getMaxIntNodesVisited</B>()</PRE><DL><DD>returns the maximum of internal nodes visited.<P><DD><DL><DT><B>Returns:</B><DD>The maximum of internal nodes visited.</DL></DD></DL><HR><A NAME="enumerateMeasures()"><!-- --></A><H3>enumerateMeasures</H3><PRE>public java.util.Enumeration <B>enumerateMeasures</B>()</PRE><DL><DD>Returns an enumeration of the additional measure names.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html#enumerateMeasures()">enumerateMeasures</A></CODE> in interface <CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html" title="interface in weka.core">AdditionalMeasureProducer</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#enumerateMeasures()">enumerateMeasures</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>An enumeration of the measure names.</DL></DD></DL><HR><A NAME="getMeasure(java.lang.String)"><!-- --></A><H3>getMeasure</H3><PRE>public double <B>getMeasure</B>(java.lang.String additionalMeasureName) throws java.lang.IllegalArgumentException</PRE><DL><DD>Returns the value of the named measure.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html#getMeasure(java.lang.String)">getMeasure</A></CODE> in interface <CODE><A HREF="../../../weka/core/AdditionalMeasureProducer.html" title="interface in weka.core">AdditionalMeasureProducer</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#getMeasure(java.lang.String)">getMeasure</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>additionalMeasureName</CODE> - The name of the measure to query for its value.<DT><B>Returns:</B><DD>The value of the named measure.<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - If the named measure is not supported.</DL></DD></DL><HR><A NAME="getStats()"><!-- --></A><H3>getStats</H3><PRE>public java.lang.String <B>getStats</B>()</PRE><DL><DD>Returns a string representation of the statistics.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#getStats()">getStats</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The statistics as string.</DL></DD></DL><HR><A NAME="getRevision()"><!-- --></A><H3>getRevision</H3><PRE>public java.lang.String <B>getRevision</B>()</PRE><DL><DD>Returns the revision string.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html#getRevision()">getRevision</A></CODE> in class <CODE><A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the revision</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="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> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?weka/core/neighboursearch/TreePerformanceStats.html" target="_top"><B>FRAMES</B></A> <A HREF="TreePerformanceStats.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="#fields_inherited_from_class_weka.core.neighboursearch.PerformanceStats">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: FIELD | <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></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?