📄 c45pruneabledeclist.html
字号:
<A NAME="methods_inherited_from_class_weka.classifiers.j48.ClassifierDecList"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class weka.classifiers.j48.<A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#buildDecList(weka.core.Instances, boolean)">buildDecList</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#buildDecList(weka.core.Instances, weka.core.Instances, boolean)">buildDecList</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#classifyInstance(weka.core.Instance)">classifyInstance</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#cleanup(weka.core.Instances)">cleanup</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#distributionForInstance(weka.core.Instance)">distributionForInstance</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#getNewDecList(weka.core.Instances, weka.core.Instances, boolean)">getNewDecList</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#toString()">toString</A>, <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#weight(weka.core.Instance)">weight</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="C45PruneableDecList(weka.classifiers.j48.ModelSelection, double, int)"><!-- --></A><H3>C45PruneableDecList</H3><PRE>public <B>C45PruneableDecList</B>(<A HREF="../../../weka/classifiers/j48/ModelSelection.html">ModelSelection</A> toSelectLocModel, double cf, int minNum) throws java.lang.Exception</PRE><DL><DD>Constructor for pruneable tree structure. Stores reference to associated training data at each node.<DD><DL><DT><B>Parameters:</B><DD><CODE>toSelectLocModel</CODE> - selection method for local splitting model<DD><CODE>cf</CODE> - the confidence factor for pruning<DD><CODE>minNum</CODE> - the minimum number of objects in a leaf<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if something goes wrong</DL></DD></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="buildRule(weka.core.Instances)"><!-- --></A><H3>buildRule</H3><PRE>public void <B>buildRule</B>(<A HREF="../../../weka/core/Instances.html">Instances</A> data) throws java.lang.Exception</PRE><DL><DD>Method for building a pruned partial tree.<DD><DL><DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if something goes wrong</DL></DD></DL><HR><A NAME="chooseIndex()"><!-- --></A><H3>chooseIndex</H3><PRE>public final int <B>chooseIndex</B>()</PRE><DL><DD>Method for choosing a subset to expand.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#chooseIndex()">chooseIndex</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A></CODE></DL></DD></DL><HR><A NAME="chooseLastIndex()"><!-- --></A><H3>chooseLastIndex</H3><PRE>public final int <B>chooseLastIndex</B>()</PRE><DL><DD>Choose last index (ie. choose rule).<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#chooseLastIndex()">chooseLastIndex</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A></CODE></DL></DD></DL><HR><A NAME="getNewDecList(weka.core.Instances, boolean)"><!-- --></A><H3>getNewDecList</H3><PRE>protected <A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A> <B>getNewDecList</B>(<A HREF="../../../weka/core/Instances.html">Instances</A> data, boolean leaf) throws java.lang.Exception</PRE><DL><DD>Returns a newly created tree.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#getNewDecList(weka.core.Instances, boolean)">getNewDecList</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if something goes wrong</DL></DD></DL><HR><A NAME="pruneEnd()"><!-- --></A><H3>pruneEnd</H3><PRE>protected void <B>pruneEnd</B>()</PRE><DL><DD>Prunes the end of the rule.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html#pruneEnd()">pruneEnd</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/j48/ClassifierDecList.html">ClassifierDecList</A></CODE></DL></DD></DL><HR><A NAME="getEstimatedErrorsForLeaf()"><!-- --></A><H3>getEstimatedErrorsForLeaf</H3><PRE>public double <B>getEstimatedErrorsForLeaf</B>()</PRE><DL><DD>Computes estimated errors for leaf.</DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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> </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/classifiers/j48/C45PruneableClassifierTree.html"><B>PREV CLASS</B></A> <A HREF="../../../weka/classifiers/j48/C45Split.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="C45PruneableDecList.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#fields_inherited_from_class_weka.classifiers.j48.ClassifierDecList">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><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -