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

📄 birchcluster.html

📁 weka是机器学习和数据挖掘领域最有影响力的开源项目之一
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</TR></TABLE>&nbsp;<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="GRID"><!-- --></A><H3>GRID</H3><PRE>public static final int <B>GRID</B></PRE><DL><DD>Constant set for choice of pattern. (option G)<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.datagenerators.clusterers.BIRCHCluster.GRID">Constant Field Values</A></DL></DL><HR><A NAME="SINE"><!-- --></A><H3>SINE</H3><PRE>public static final int <B>SINE</B></PRE><DL><DD>Constant set for choice of pattern. (option I)<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.datagenerators.clusterers.BIRCHCluster.SINE">Constant Field Values</A></DL></DL><HR><A NAME="RANDOM"><!-- --></A><H3>RANDOM</H3><PRE>public static final int <B>RANDOM</B></PRE><DL><DD>Constant set for choice of pattern. (default)<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.datagenerators.clusterers.BIRCHCluster.RANDOM">Constant Field Values</A></DL></DL><HR><A NAME="TAGS_PATTERN"><!-- --></A><H3>TAGS_PATTERN</H3><PRE>public static final <A HREF="../../../weka/core/Tag.html" title="class in weka.core">Tag</A>[] <B>TAGS_PATTERN</B></PRE><DL><DD>the pattern tags<P><DL></DL></DL><HR><A NAME="ORDERED"><!-- --></A><H3>ORDERED</H3><PRE>public static final int <B>ORDERED</B></PRE><DL><DD>Constant set for input order (option O)<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.datagenerators.clusterers.BIRCHCluster.ORDERED">Constant Field Values</A></DL></DL><HR><A NAME="RANDOMIZED"><!-- --></A><H3>RANDOMIZED</H3><PRE>public static final int <B>RANDOMIZED</B></PRE><DL><DD>Constant set for input order (default)<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.datagenerators.clusterers.BIRCHCluster.RANDOMIZED">Constant Field Values</A></DL></DL><HR><A NAME="TAGS_INPUTORDER"><!-- --></A><H3>TAGS_INPUTORDER</H3><PRE>public static final <A HREF="../../../weka/core/Tag.html" title="class in weka.core">Tag</A>[] <B>TAGS_INPUTORDER</B></PRE><DL><DD>the input order tags<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="BIRCHCluster()"><!-- --></A><H3>BIRCHCluster</H3><PRE>public <B>BIRCHCluster</B>()</PRE><DL><DD>initializes the generator with default values<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="globalInfo()"><!-- --></A><H3>globalInfo</H3><PRE>public java.lang.String <B>globalInfo</B>()</PRE><DL><DD>Returns a string describing this data generator.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a description of the data generator suitable for displaying in the explorer/experimenter gui</DL></DD></DL><HR><A NAME="getTechnicalInformation()"><!-- --></A><H3>getTechnicalInformation</H3><PRE>public <A HREF="../../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A> <B>getTechnicalInformation</B>()</PRE><DL><DD>Returns an instance of a TechnicalInformation object, containing  detailed information about the technical background of this class, e.g., paper reference or book this class is based on.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/TechnicalInformationHandler.html#getTechnicalInformation()">getTechnicalInformation</A></CODE> in interface <CODE><A HREF="../../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the technical information about this class</DL></DD></DL><HR><A NAME="listOptions()"><!-- --></A><H3>listOptions</H3><PRE>public java.util.Enumeration <B>listOptions</B>()</PRE><DL><DD>Returns an enumeration describing the available options.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#listOptions()">listOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html#listOptions()">listOptions</A></CODE> in class <CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html" title="class in weka.datagenerators">ClusterGenerator</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an enumeration of all the available options</DL></DD></DL><HR><A NAME="setOptions(java.lang.String[])"><!-- --></A><H3>setOptions</H3><PRE>public void <B>setOptions</B>(java.lang.String[]&nbsp;options)                throws java.lang.Exception</PRE><DL><DD>Parses a list of options for this object. <p/>   <!-- options-start --> Valid options are: <p/>  <pre> -h  Prints this help.</pre>  <pre> -o &lt;file&gt;  The name of the output file, otherwise the generated data is  printed to stdout.</pre>  <pre> -r &lt;name&gt;  The name of the relation.</pre>  <pre> -d  Whether to print debug informations.</pre>  <pre> -S  The seed for random function (default 1)</pre>  <pre> -a &lt;num&gt;  The number of attributes (default 10).</pre>  <pre> -c  Class Flag, if set, the cluster is listed in extra attribute.</pre>  <pre> -b &lt;range&gt;  The indices for boolean attributes.</pre>  <pre> -m &lt;range&gt;  The indices for nominal attributes.</pre>  <pre> -k &lt;num&gt;  The number of clusters (default 4)</pre>  <pre> -G  Set pattern to grid (default is random).  This flag cannot be used at the same time as flag I.  The pattern is random, if neither flag G nor flag I is set.</pre>  <pre> -I  Set pattern to sine (default is random).  This flag cannot be used at the same time as flag I.  The pattern is random, if neither flag G nor flag I is set.</pre>  <pre> -N &lt;num&gt;..&lt;num&gt;  The range of number of instances per cluster (default 1..50).  Lower number must be between 0 and 2500,  upper number must be between 50 and 2500.</pre>  <pre> -R &lt;num&gt;..&lt;num&gt;  The range of radius per cluster (default 0.1..1.4142135623730951).  Lower number must be between 0 and SQRT(2),   upper number must be between SQRT(2) and SQRT(32).</pre>  <pre> -M &lt;num&gt;  The distance multiplier (default 4.0).</pre>  <pre> -C &lt;num&gt;  The number of cycles (default 4).</pre>  <pre> -O  Flag for input order is ORDERED. If flag is not set then   input order is RANDOMIZED. RANDOMIZED is currently not   implemented, therefore is the input order always ORDERED.</pre>  <pre> -P &lt;num&gt;  The noise rate in percent (default 0.0).  Can be between 0% and 30%. (Remark: The original   algorithm only allows noise up to 10%.)</pre>    <!-- options-end --><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#setOptions(java.lang.String[])">setOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html#setOptions(java.lang.String[])">setOptions</A></CODE> in class <CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html" title="class in weka.datagenerators">ClusterGenerator</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>options</CODE> - the list of options as an array of strings<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if an option is not supported</DL></DD></DL><HR><A NAME="getOptions()"><!-- --></A><H3>getOptions</H3><PRE>public java.lang.String[] <B>getOptions</B>()</PRE><DL><DD>Gets the current settings of the datagenerator BIRCHCluster.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#getOptions()">getOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html#getOptions()">getOptions</A></CODE> in class <CODE><A HREF="../../../weka/datagenerators/ClusterGenerator.html" title="class in weka.datagenerators">ClusterGenerator</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an array of strings suitable for passing to setOptions<DT><B>See Also:</B><DD><A HREF="../../../weka/datagenerators/DataGenerator.html#removeBlacklist(java.lang.String[])"><CODE>DataGenerator.removeBlacklist(String[])</CODE></A></DL></DD></DL><HR><A NAME="setNumClusters(int)"><!-- --></A><H3>setNumClusters</H3><PRE>public void <B>setNumClusters</B>(int&nbsp;numClusters)</PRE><DL><DD>Sets the number of clusters the dataset should have.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>numClusters</CODE> - the new number of clusters</DL></DD></DL><HR><A NAME="getNumClusters()"><!-- --></A><H3>getNumClusters</H3><PRE>public int <B>getNumClusters</B>()</PRE><DL><DD>Gets the number of clusters the dataset should have.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the number of clusters the dataset should have</DL></DD></DL><HR><A NAME="numClustersTipText()"><!-- --></A><H3>numClustersTipText</H3><PRE>public java.lang.String <B>numClustersTipText</B>()</PRE><DL><DD>Returns the tip text for this property<P><DD><DL></DL></DD><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="getMinInstNum()"><!-- --></A><H3>getMinInstNum</H3><PRE>public int <B>getMinInstNum</B>()</PRE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -