abstractutility.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 521 行 · 第 1/2 页
HTML
521 行
<TD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html#getUpperBound(double, double, com.rapidminer.operator.learner.igss.hypothesis.Hypothesis, double)">getUpperBound</A>, <A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html#utility(double, double, com.rapidminer.operator.learner.igss.hypothesis.Hypothesis)">utility</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_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>Field Detail</B></FONT></TH></TR></TABLE><A NAME="priors"><!-- --></A><H3>priors</H3><PRE>protected double[] <B>priors</B></PRE><DL><DD>The prior probability of the two classes of the label.<P><DL></DL></DL><HR><A NAME="large"><!-- --></A><H3>large</H3><PRE>protected int <B>large</B></PRE><DL><DD>The number of covered examples before normal approximation is used.<P><DL></DL></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="AbstractUtility(double[], int)"><!-- --></A><H3>AbstractUtility</H3><PRE>public <B>AbstractUtility</B>(double[] priors, int large)</PRE><DL><DD>Constructor for all utilities.<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="calculateM(double, double)"><!-- --></A><H3>calculateM</H3><PRE>public double <B>calculateM</B>(double delta, double epsilon)</PRE><DL><DD>Calculates the M-value needed for the GSS algorithm.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html#calculateM(double, double)">calculateM</A></CODE> in interface <CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html" title="interface in com.rapidminer.operator.learner.igss.utility">Utility</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="confidenceIntervall(double, double)"><!-- --></A><H3>confidenceIntervall</H3><PRE>public double <B>confidenceIntervall</B>(double totalWeight, double delta)</PRE><DL><DD>Calculates the the unspecific confidence intervall. Uses Chernoff bounds if the number of random experiments is too small and normal approximatione otherwise. Considers the number of examples as the number of random experiments. problematic for g*(p-p0)) hypothesis, that only cover a small amount of examples. No normal approximation should be used in this case.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html#confidenceIntervall(double, double)">confidenceIntervall</A></CODE> in interface <CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html" title="interface in com.rapidminer.operator.learner.igss.utility">Utility</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="confidenceIntervall(double, double, com.rapidminer.operator.learner.igss.hypothesis.Hypothesis, double)"><!-- --></A><H3>confidenceIntervall</H3><PRE>public double <B>confidenceIntervall</B>(double totalWeight, double totalPositiveWeight, <A HREF="../../../../../../com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.html" title="class in com.rapidminer.operator.learner.igss.hypothesis">Hypothesis</A> hypo, double delta)</PRE><DL><DD>Calculates the the confidence intervall for a specific hypothesis. Uses Chernoff bounds if the number of random experiments is too small and normal approximation otherwise. This method is adapted for g*(p-p0) utility types. Every example for that the rule is applicable is one random experiment. Should be overwritten by subclasses if they make a different random experiment.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html#confidenceIntervall(double, double, com.rapidminer.operator.learner.igss.hypothesis.Hypothesis, double)">confidenceIntervall</A></CODE> in interface <CODE><A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Utility.html" title="interface in com.rapidminer.operator.learner.igss.utility">Utility</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="confSmallM(double, double)"><!-- --></A><H3>confSmallM</H3><PRE>public abstract double <B>confSmallM</B>(double totalWeight, double delta)</PRE><DL><DD>Calculates the confidence intervall for small numbers of examples.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="conf(double, double)"><!-- --></A><H3>conf</H3><PRE>public abstract double <B>conf</B>(double totalWeight, double delta)</PRE><DL><DD>Calculates the normal approximation of the confidence intervall.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="conf(double, double, com.rapidminer.operator.learner.igss.hypothesis.Hypothesis, double)"><!-- --></A><H3>conf</H3><PRE>public abstract double <B>conf</B>(double totalWeight, double totalPositiveWeight, <A HREF="../../../../../../com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.html" title="class in com.rapidminer.operator.learner.igss.hypothesis">Hypothesis</A> hypo, double delta)</PRE><DL><DD>Calculates the normal approximation of the confidence intervall for a specific hypothesis.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="inverseNormal(double)"><!-- --></A><H3>inverseNormal</H3><PRE>public double <B>inverseNormal</B>(double p)</PRE><DL><DD>Calculates the inverse of the normal distribution, e.g.inverseNormal(0.95)==1.64.<P><DD><DL></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/AbstractUtility.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"> PREV CLASS <A HREF="../../../../../../com/rapidminer/operator/learner/igss/utility/Accuracy.html" title="class in com.rapidminer.operator.learner.igss.utility"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/rapidminer/operator/learner/igss/utility/AbstractUtility.html" target="_top"><B>FRAMES</B></A> <A HREF="AbstractUtility.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 + -
显示快捷键?