experiment.html
来自「数据挖掘的最常用工具。由于开源」· HTML 代码 · 共 1,421 行 · 第 1/4 页
HTML
1,421 行
<HR><A NAME="getRunUpper()"><!-- --></A><H3>getRunUpper</H3><PRE>public int <B>getRunUpper</B>()</PRE><DL><DD>Get the upper run number for the experiment.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the upper run number for the experiment.</DL></DD></DL><HR><A NAME="setRunUpper(int)"><!-- --></A><H3>setRunUpper</H3><PRE>public void <B>setRunUpper</B>(int newRunUpper)</PRE><DL><DD>Set the upper run number for the experiment.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>newRunUpper</CODE> - the upper run number for the experiment.</DL></DD></DL><HR><A NAME="getRunLower()"><!-- --></A><H3>getRunLower</H3><PRE>public int <B>getRunLower</B>()</PRE><DL><DD>Get the lower run number for the experiment.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the lower run number for the experiment.</DL></DD></DL><HR><A NAME="setRunLower(int)"><!-- --></A><H3>setRunLower</H3><PRE>public void <B>setRunLower</B>(int newRunLower)</PRE><DL><DD>Set the lower run number for the experiment.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>newRunLower</CODE> - the lower run number for the experiment.</DL></DD></DL><HR><A NAME="getNotes()"><!-- --></A><H3>getNotes</H3><PRE>public java.lang.String <B>getNotes</B>()</PRE><DL><DD>Get the user notes.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>User notes associated with the experiment.</DL></DD></DL><HR><A NAME="setNotes(java.lang.String)"><!-- --></A><H3>setNotes</H3><PRE>public void <B>setNotes</B>(java.lang.String newNotes)</PRE><DL><DD>Set the user notes.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>newNotes</CODE> - New user notes.</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></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 given list of options. <p/> <!-- options-start --> Valid options are: <p/> <pre> -L <num> The lower run number to start the experiment from. (default 1)</pre> <pre> -U <num> The upper run number to end the experiment at (inclusive). (default 10)</pre> <pre> -T <arff file> The dataset to run the experiment on. (required, may be specified multiple times)</pre> <pre> -P <class name> The full class name of a ResultProducer (required). eg: weka.experiment.RandomSplitResultProducer</pre> <pre> -D <class name> The full class name of a ResultListener (required). eg: weka.experiment.CSVResultListener</pre> <pre> -N <string> A string containing any notes about the experiment. (default none)</pre> <pre> Options specific to result producer weka.experiment.RandomSplitResultProducer: </pre> <pre> -P <percent> The percentage of instances to use for training. (default 66)</pre> <pre> -D Save raw split evaluator output.</pre> <pre> -O <file/directory name/path> The filename where raw output will be stored. If a directory name is specified then then individual outputs will be gzipped, otherwise all output will be zipped to the named file. Use in conjuction with -D. (default splitEvalutorOut.zip)</pre> <pre> -W <class name> The full class name of a SplitEvaluator. eg: weka.experiment.ClassifierSplitEvaluator</pre> <pre> -R Set when data is not to be randomized and the data sets' size. Is not to be determined via probabilistic rounding.</pre> <pre> Options specific to split evaluator weka.experiment.ClassifierSplitEvaluator: </pre> <pre> -W <class name> The full class name of the classifier. eg: weka.classifiers.bayes.NaiveBayes</pre> <pre> -C <index> The index of the class for which IR statistics are to be output. (default 1)</pre> <pre> -I <index> The index of an attribute to output in the results. This attribute should identify an instance in order to know which instances are in the test set of a cross validation. if 0 no output (default 0).</pre> <pre> -P Add target and prediction columns to the result for each fold.</pre> <pre> Options specific to classifier weka.classifiers.rules.ZeroR: </pre> <pre> -D If set, classifier is run in debug mode and may output additional info to the console</pre> <!-- options-end --> All options after -- will be passed to the result producer. <p><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></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 experiment iterator.<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></DL></DD><DD><DL><DT><B>Returns:</B><DD>an array of strings suitable for passing to setOptions</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Gets a string representation of the experiment configuration.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a value of type 'String'</DL></DD></DL><HR><A NAME="main(java.lang.String[])"><!-- --></A><H3>main</H3><PRE>public static void <B>main</B>(java.lang.String[] args)</PRE><DL><DD>Configures/Runs the Experiment from the command line.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>args</CODE> - command line arguments to the Experiment.</DL></DD></DL><HR><A NAME="getRevision()"><!-- --></A><H3>getRevision</H3><PRE>public java.lang.String <B>getRevision</B>()</PRE><DL><DD>Returns the revision string.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the revision</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/experiment/DensityBasedClustererSplitEvaluator.html" title="class in weka.experiment"><B>PREV CLASS</B></A> <A HREF="../../weka/experiment/InstanceQuery.html" title="class in weka.experiment"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?weka/experiment/Experiment.html" target="_top"><B>FRAMES</B></A> <A HREF="Experiment.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 + =
减小字号Ctrl + -
显示快捷键?