subspaceclusterdefinition.html
来自「weka是机器学习和数据挖掘领域最有影响力的开源项目之一」· HTML 代码 · 共 1,244 行 · 第 1/4 页
HTML
1,244 行
<A NAME="isGaussian()"><!-- --></A><H3>isGaussian</H3><PRE>public boolean <B>isGaussian</B>()</PRE><DL><DD>checks, whether cluster type is gaussian<P><DD><DL><DT><B>Returns:</B><DD>true if cluster type is gaussian</DL></DD></DL><HR><A NAME="isContinuous()"><!-- --></A><H3>isContinuous</H3><PRE>public boolean <B>isContinuous</B>()</PRE><DL><DD>checks, whether cluster sub type is continuous<P><DD><DL><DT><B>Returns:</B><DD>true if cluster sub type is continuous</DL></DD></DL><HR><A NAME="isInteger()"><!-- --></A><H3>isInteger</H3><PRE>public boolean <B>isInteger</B>()</PRE><DL><DD>checks, whether cluster sub type is integer<P><DD><DL><DT><B>Returns:</B><DD>true if cluster sub type is integer</DL></DD></DL><HR><A NAME="getMinInstNum()"><!-- --></A><H3>getMinInstNum</H3><PRE>public int <B>getMinInstNum</B>()</PRE><DL><DD>Gets the lower boundary for instances per cluster.<P><DD><DL><DT><B>Returns:</B><DD>the the lower boundary for instances per cluster</DL></DD></DL><HR><A NAME="setMinInstNum(int)"><!-- --></A><H3>setMinInstNum</H3><PRE>public void <B>setMinInstNum</B>(int newMinInstNum)</PRE><DL><DD>Sets the lower boundary for instances per cluster.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>newMinInstNum</CODE> - new lower boundary for instances per cluster</DL></DD></DL><HR><A NAME="minInstNumTipText()"><!-- --></A><H3>minInstNumTipText</H3><PRE>public java.lang.String <B>minInstNumTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="getMaxInstNum()"><!-- --></A><H3>getMaxInstNum</H3><PRE>public int <B>getMaxInstNum</B>()</PRE><DL><DD>Gets the upper boundary for instances per cluster.<P><DD><DL><DT><B>Returns:</B><DD>the upper boundary for instances per cluster</DL></DD></DL><HR><A NAME="setMaxInstNum(int)"><!-- --></A><H3>setMaxInstNum</H3><PRE>public void <B>setMaxInstNum</B>(int newMaxInstNum)</PRE><DL><DD>Sets the upper boundary for instances per cluster.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>newMaxInstNum</CODE> - new upper boundary for instances per cluster</DL></DD></DL><HR><A NAME="maxInstNumTipText()"><!-- --></A><H3>maxInstNumTipText</H3><PRE>public java.lang.String <B>maxInstNumTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setNumInstances(java.util.Random)"><!-- --></A><H3>setNumInstances</H3><PRE>public void <B>setNumInstances</B>(java.util.Random r)</PRE><DL><DD>Sets the real number of instances for this cluster.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - random number generator</DL></DD></DL><HR><A NAME="setValuesList(java.lang.String)"><!-- --></A><H3>setValuesList</H3><PRE>public void <B>setValuesList</B>(java.lang.String fromToList) throws java.lang.Exception</PRE><DL><DD>Sets the ranges for each attribute.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fromToList</CODE> - the string containing the upper and lower boundary for instances per cluster separated by ..<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if values are not correct in number or value</DL></DD></DL><HR><A NAME="getValuesList()"><!-- --></A><H3>getValuesList</H3><PRE>public java.lang.String <B>getValuesList</B>()</PRE><DL><DD>returns the range for each attribute as string<P><DD><DL></DL></DD></DL><HR><A NAME="valuesListTipText()"><!-- --></A><H3>valuesListTipText</H3><PRE>public java.lang.String <B>valuesListTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setMeanStddev(java.lang.String)"><!-- --></A><H3>setMeanStddev</H3><PRE>public void <B>setMeanStddev</B>(java.lang.String meanstddev) throws java.lang.Exception</PRE><DL><DD>Sets mean and standarddeviation.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>meanstddev</CODE> - the string containing the upper and lower boundary for instances per cluster separated by ..<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if values are not correct in number or value</DL></DD></DL><HR><A NAME="getMeanStddev()"><!-- --></A><H3>getMeanStddev</H3><PRE>public java.lang.String <B>getMeanStddev</B>()</PRE><DL><DD>returns the current mean/stddev setup<P><DD><DL></DL></DD></DL><HR><A NAME="meanStddevTipText()"><!-- --></A><H3>meanStddevTipText</H3><PRE>public java.lang.String <B>meanStddevTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL><DT><B>Returns:</B><DD>tip text for this property suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="setValuesList(java.lang.String, double[], double[], java.lang.String)"><!-- --></A><H3>setValuesList</H3><PRE>public void <B>setValuesList</B>(java.lang.String fromToList, double[] first, double[] second, java.lang.String optionLetter) throws java.lang.Exception</PRE><DL><DD>Sets the ranges for each attribute.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fromToList</CODE> - the string containing the upper and lower boundary for instances per cluster separated by ..<DD><CODE>first</CODE> - the "from's"<DD><CODE>second</CODE> - the "to's"<DD><CODE>optionLetter</CODE> - the option, from which the list came<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if values are not correct in number or value</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/datagenerators/clusterers/SubspaceCluster.html" title="class in weka.datagenerators.clusterers"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?weka/datagenerators/clusterers/SubspaceClusterDefinition.html" target="_top"><B>FRAMES</B></A> <A HREF="SubspaceClusterDefinition.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 | FIELD | <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 + -
显示快捷键?