📄 subspaceclusterdefinition.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#getValuesList()">getValuesList</A></B>()</CODE><BR> returns the range for each attribute as string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#globalInfo()">globalInfo</A></B>()</CODE><BR> Returns a string describing this data generator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#isContinuous()">isContinuous</A></B>()</CODE><BR> checks, whether cluster sub type is continuous</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#isGaussian()">isGaussian</A></B>()</CODE><BR> checks, whether cluster type is gaussian</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#isInteger()">isInteger</A></B>()</CODE><BR> checks, whether cluster sub type is integer</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#isRandom()">isRandom</A></B>()</CODE><BR> checks, whether cluster type is random</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#isUniform()">isUniform</A></B>()</CODE><BR> checks, whether cluster type is uniform</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.Enumeration</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#listOptions()">listOptions</A></B>()</CODE><BR> Returns an enumeration describing the available options.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#maxInstNumTipText()">maxInstNumTipText</A></B>()</CODE><BR> Returns the tip text for this property</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#meanStddevTipText()">meanStddevTipText</A></B>()</CODE><BR> Returns the tip text for this property</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#minInstNumTipText()">minInstNumTipText</A></B>()</CODE><BR> Returns the tip text for this property</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setAttrIndexRange(java.lang.String)">setAttrIndexRange</A></B>(java.lang.String rangeList)</CODE><BR> Sets which attributes are used in the cluster attributes among the selection will be discretized.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setClusterSubType(weka.core.SelectedTag)">setClusterSubType</A></B>(<A HREF="../../../weka/core/SelectedTag.html" title="class in weka.core">SelectedTag</A> value)</CODE><BR> Sets the cluster sub type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setClusterType(weka.core.SelectedTag)">setClusterType</A></B>(<A HREF="../../../weka/core/SelectedTag.html" title="class in weka.core">SelectedTag</A> value)</CODE><BR> Sets the cluster type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setMaxInstNum(int)">setMaxInstNum</A></B>(int newMaxInstNum)</CODE><BR> Sets the upper boundary for instances per cluster.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setMeanStddev(java.lang.String)">setMeanStddev</A></B>(java.lang.String meanstddev)</CODE><BR> Sets mean and standarddeviation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setMinInstNum(int)">setMinInstNum</A></B>(int newMinInstNum)</CODE><BR> Sets the lower boundary for instances per cluster.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setNumInstances(java.util.Random)">setNumInstances</A></B>(java.util.Random r)</CODE><BR> Sets the real number of instances for this cluster.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setOptions(java.lang.String[])">setOptions</A></B>(java.lang.String[] options)</CODE><BR> Parses a list of options for this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setParent(weka.datagenerators.clusterers.SubspaceCluster)">setParent</A></B>(<A HREF="../../../weka/datagenerators/clusterers/SubspaceCluster.html" title="class in weka.datagenerators.clusterers">SubspaceCluster</A> parent)</CODE><BR> sets the parent datagenerator this cluster belongs to</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setValuesList(java.lang.String)">setValuesList</A></B>(java.lang.String fromToList)</CODE><BR> Sets the ranges for each attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#setValuesList(java.lang.String, double[], double[], java.lang.String)">setValuesList</A></B>(java.lang.String fromToList, double[] first, double[] second, java.lang.String optionLetter)</CODE><BR> Sets the ranges for each attribute.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#toString()">toString</A></B>()</CODE><BR> Make a string from the cluster features.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/datagenerators/clusterers/SubspaceClusterDefinition.html#valuesListTipText()">valuesListTipText</A></B>()</CODE><BR> Returns the tip text for this property</TD></TR></TABLE> <A NAME="methods_inherited_from_class_weka.datagenerators.ClusterDefinition"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class weka.datagenerators.<A HREF="../../../weka/datagenerators/ClusterDefinition.html" title="class in weka.datagenerators">ClusterDefinition</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../weka/datagenerators/ClusterDefinition.html#getParent()">getParent</A>, <A HREF="../../../weka/datagenerators/ClusterDefinition.html#setParent(weka.datagenerators.ClusterGenerator)">setParent</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ========= 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="SubspaceClusterDefinition()"><!-- --></A><H3>SubspaceClusterDefinition</H3><PRE>public <B>SubspaceClusterDefinition</B>()</PRE><DL><DD>initializes the cluster, without a parent cluster (necessary for GOE)<P></DL><HR><A NAME="SubspaceClusterDefinition(weka.datagenerators.ClusterGenerator)"><!-- --></A><H3>SubspaceClusterDefinition</H3><PRE>public <B>SubspaceClusterDefinition</B>(<A HREF="../../../weka/datagenerators/ClusterGenerator.html" title="class in weka.datagenerators">ClusterGenerator</A> parent)</PRE><DL><DD>initializes the cluster with default values<P><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the datagenerator this cluster belongs to</DL></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><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/datagenerators/ClusterDefinition.html#globalInfo()">globalInfo</A></CODE> in class <CODE><A HREF="../../../weka/datagenerators/ClusterDefinition.html" title="class in weka.datagenerators">ClusterDefinition</A></CODE></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="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>Specified by:</B><DD><CODE><A HREF="../../../weka/datagenerators/ClusterDefinition.html#listOptions()">listOptions</A></CODE> in class <CODE><A HREF="../../../weka/datagenerators/ClusterDefinition.html" title="class in weka.datagenerators">ClusterDefinition</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[] options) throws java.lang.Exception</PRE><DL><DD>Parses a list of options for this object. <p/> <!-- options-start --> Valid options are: <p/> <pre> -A <range> Generates randomly distributed instances in the cluster.</pre> <pre> -U <range> Generates uniformly distributed instances in the cluster.</pre>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -