⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mixturedistribution.html

📁 由java开发的软件包
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="NNMMethod"><!-- --></A><H3>NNMMethod</H3><PRE>public static final int <B>NNMMethod</B></PRE><DL><DD>The nonnegative-measure-based method<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.classifiers.functions.pace.MixtureDistribution.NNMMethod">Constant Field Values</A></DL></DL><HR><A NAME="PMMethod"><!-- --></A><H3>PMMethod</H3><PRE>public static final int <B>PMMethod</B></PRE><DL><DD>The probability-measure-based method<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.classifiers.functions.pace.MixtureDistribution.PMMethod">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="MixtureDistribution()"><!-- --></A><H3>MixtureDistribution</H3><PRE>public <B>MixtureDistribution</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getMixingDistribution()"><!-- --></A><H3>getMixingDistribution</H3><PRE>public <A HREF="../../../../weka/classifiers/functions/pace/DiscreteFunction.html" title="class in weka.classifiers.functions.pace">DiscreteFunction</A> <B>getMixingDistribution</B>()</PRE><DL><DD>Gets the mixing distribution<P><DD><DL></DL></DD></DL><HR><A NAME="setMixingDistribution(weka.classifiers.functions.pace.DiscreteFunction)"><!-- --></A><H3>setMixingDistribution</H3><PRE>public void <B>setMixingDistribution</B>(<A HREF="../../../../weka/classifiers/functions/pace/DiscreteFunction.html" title="class in weka.classifiers.functions.pace">DiscreteFunction</A>&nbsp;d)</PRE><DL><DD>Sets the mixing distribution<P><DD><DL><DT><B>Parameters:</B><DD><CODE>d</CODE> - the mixing distribution</DL></DD></DL><HR><A NAME="fit(weka.classifiers.functions.pace.DoubleVector)"><!-- --></A><H3>fit</H3><PRE>public void <B>fit</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data)</PRE><DL><DD>Fits the mixture (or mixing) distribution to the data. The default  method is the nonnegative-measure-based method.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data, supposedly generated from the mixture model</DL></DD></DL><HR><A NAME="fit(weka.classifiers.functions.pace.DoubleVector, int)"><!-- --></A><H3>fit</H3><PRE>public void <B>fit</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data,                int&nbsp;method)</PRE><DL><DD>Fits the mixture (or mixing) distribution to the data.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data supposedly generated from the mixture<DD><CODE>method</CODE> - the method to be used. Refer to the static final  variables of this class.</DL></DD></DL><HR><A NAME="fitForSingleCluster(weka.classifiers.functions.pace.DoubleVector, int)"><!-- --></A><H3>fitForSingleCluster</H3><PRE>public <A HREF="../../../../weka/classifiers/functions/pace/DiscreteFunction.html" title="class in weka.classifiers.functions.pace">DiscreteFunction</A> <B>fitForSingleCluster</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data,                                            int&nbsp;method)</PRE><DL><DD>Fits the mixture (or mixing) distribution to the data. The data is  not pre-clustered for computational efficiency.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data supposedly generated from the mixture<DD><CODE>method</CODE> - the method to be used. Refer to the static final  variables of this class.</DL></DD></DL><HR><A NAME="separable(weka.classifiers.functions.pace.DoubleVector, int, int, double)"><!-- --></A><H3>separable</H3><PRE>public abstract boolean <B>separable</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data,                                  int&nbsp;i0,                                  int&nbsp;i1,                                  double&nbsp;x)</PRE><DL><DD>Return true if a value can be considered for mixture estimatino  separately from the data indexed between i0 and i1<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data supposedly generated from the mixture<DD><CODE>i0</CODE> - the index of the first element in the group<DD><CODE>i1</CODE> - the index of the last element in the group<DD><CODE>x</CODE> - the value</DL></DD></DL><HR><A NAME="supportPoints(weka.classifiers.functions.pace.DoubleVector, int)"><!-- --></A><H3>supportPoints</H3><PRE>public abstract <A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A> <B>supportPoints</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data,                                           int&nbsp;ne)</PRE><DL><DD>Contructs the set of support points for mixture estimation.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data supposedly generated from the mixture<DD><CODE>ne</CODE> - the number of extra data that are suppposedly discarded  earlier and not passed into here</DL></DD></DL><HR><A NAME="fittingIntervals(weka.classifiers.functions.pace.DoubleVector)"><!-- --></A><H3>fittingIntervals</H3><PRE>public abstract <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A> <B>fittingIntervals</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data)</PRE><DL><DD>Contructs the set of fitting intervals for mixture estimation.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data supposedly generated from the mixture</DL></DD></DL><HR><A NAME="probabilityMatrix(weka.classifiers.functions.pace.DoubleVector, weka.classifiers.functions.pace.PaceMatrix)"><!-- --></A><H3>probabilityMatrix</H3><PRE>public abstract <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A> <B>probabilityMatrix</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;s,                                             <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A>&nbsp;intervals)</PRE><DL><DD>Contructs the probability matrix for mixture estimation, given a set  of support points and a set of intervals.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - the set of support points<DD><CODE>intervals</CODE> - the intervals</DL></DD></DL><HR><A NAME="empiricalProbability(weka.classifiers.functions.pace.DoubleVector, weka.classifiers.functions.pace.PaceMatrix)"><!-- --></A><H3>empiricalProbability</H3><PRE>public <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A> <B>empiricalProbability</B>(<A HREF="../../../../weka/classifiers/functions/pace/DoubleVector.html" title="class in weka.classifiers.functions.pace">DoubleVector</A>&nbsp;data,                                       <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A>&nbsp;intervals)</PRE><DL><DD>Computes the empirical probabilities of the data over a set of  intervals.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - the data<DD><CODE>intervals</CODE> - the intervals</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Converts to a string<P><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=3 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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../Tutorial.pdf"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/index.html"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../weka/classifiers/functions/pace/Matrix.html" title="class in weka.classifiers.functions.pace"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../weka/classifiers/functions/pace/NormalMixture.html" title="class in weka.classifiers.functions.pace"><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>  &nbsp;&nbsp;<A HREF="MixtureDistribution.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -