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

📄 agrawal.html

📁 weka是机器学习和数据挖掘领域最有影响力的开源项目之一
💻 HTML
📖 第 1 页 / 共 4 页
字号:
</DL><HR><A NAME="FUNCTION_7"><!-- --></A><H3>FUNCTION_7</H3><PRE>public static final int <B>FUNCTION_7</B></PRE><DL><DD>function 7<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.datagenerators.classifiers.classification.Agrawal.FUNCTION_7">Constant Field Values</A></DL></DL><HR><A NAME="FUNCTION_8"><!-- --></A><H3>FUNCTION_8</H3><PRE>public static final int <B>FUNCTION_8</B></PRE><DL><DD>function 8<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.datagenerators.classifiers.classification.Agrawal.FUNCTION_8">Constant Field Values</A></DL></DL><HR><A NAME="FUNCTION_9"><!-- --></A><H3>FUNCTION_9</H3><PRE>public static final int <B>FUNCTION_9</B></PRE><DL><DD>function 9<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.datagenerators.classifiers.classification.Agrawal.FUNCTION_9">Constant Field Values</A></DL></DL><HR><A NAME="FUNCTION_10"><!-- --></A><H3>FUNCTION_10</H3><PRE>public static final int <B>FUNCTION_10</B></PRE><DL><DD>function 10<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#weka.datagenerators.classifiers.classification.Agrawal.FUNCTION_10">Constant Field Values</A></DL></DL><HR><A NAME="FUNCTION_TAGS"><!-- --></A><H3>FUNCTION_TAGS</H3><PRE>public static final <A HREF="../../../../weka/core/Tag.html" title="class in weka.core">Tag</A>[] <B>FUNCTION_TAGS</B></PRE><DL><DD>the funtion 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="Agrawal()"><!-- --></A><H3>Agrawal</H3><PRE>public <B>Agrawal</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/ClassificationGenerator.html#listOptions()">listOptions</A></CODE> in class <CODE><A HREF="../../../../weka/datagenerators/ClassificationGenerator.html" title="class in weka.datagenerators">ClassificationGenerator</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> -n &lt;num&gt;  The number of examples to generate (default 100)</pre>  <pre> -F &lt;num&gt;  The function to use for generating the data. (default 1)</pre>  <pre> -B  Whether to balance the class.</pre>  <pre> -P &lt;num&gt;  The perturbation factor. (default 0.05)</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/ClassificationGenerator.html#setOptions(java.lang.String[])">setOptions</A></CODE> in class <CODE><A HREF="../../../../weka/datagenerators/ClassificationGenerator.html" title="class in weka.datagenerators">ClassificationGenerator</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.<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/ClassificationGenerator.html#getOptions()">getOptions</A></CODE> in class <CODE><A HREF="../../../../weka/datagenerators/ClassificationGenerator.html" title="class in weka.datagenerators">ClassificationGenerator</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="getFunction()"><!-- --></A><H3>getFunction</H3><PRE>public <A HREF="../../../../weka/core/SelectedTag.html" title="class in weka.core">SelectedTag</A> <B>getFunction</B>()</PRE><DL><DD>Gets the function for generating the data.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the function.<DT><B>See Also:</B><DD><A HREF="../../../../weka/datagenerators/classifiers/classification/Agrawal.html#FUNCTION_TAGS"><CODE>FUNCTION_TAGS</CODE></A></DL></DD></DL><HR><A NAME="setFunction(weka.core.SelectedTag)"><!-- --></A><H3>setFunction</H3><PRE>public void <B>setFunction</B>(<A HREF="../../../../weka/core/SelectedTag.html" title="class in weka.core">SelectedTag</A>&nbsp;value)</PRE><DL><DD>Sets the function for generating the data.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the function.<DT><B>See Also:</B><DD><A HREF="../../../../weka/datagenerators/classifiers/classification/Agrawal.html#FUNCTION_TAGS"><CODE>FUNCTION_TAGS</CODE></A></DL></DD></DL><HR><A NAME="functionTipText()"><!-- --></A><H3>functionTipText</H3><PRE>public java.lang.String <B>functionTipText</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="getBalanceClass()"><!-- --></A><H3>getBalanceClass</H3><PRE>public boolean <B>getBalanceClass</B>()</PRE><DL><DD>Gets whether the class is balanced.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>whether the class is balanced.</DL></DD></DL><HR><A NAME="setBalanceClass(boolean)"><!-- --></A><H3>setBalanceClass</H3><PRE>public void <B>setBalanceClass</B>(boolean&nbsp;value)</PRE><DL><DD>Sets whether the class is balanced.

⌨️ 快捷键说明

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