📄 mixturedistribution.html
字号:
<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> 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> 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> data, int 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> data, int 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> data, int i0, int i1, double 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> data, int 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> 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> s, <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A> 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> data, <A HREF="../../../../weka/classifiers/functions/pace/PaceMatrix.html" title="class in weka.classifiers.functions.pace">PaceMatrix</A> 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> </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="../../../../../Tutorial.pdf"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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> </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/functions/pace/Matrix.html" title="class in weka.classifiers.functions.pace"><B>PREV CLASS</B></A> <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> <A HREF="MixtureDistribution.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></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -