📄 explorerdefaults.html
字号:
returns the default classifier test mode for the classify panel</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getClusterer()">getClusterer</A></B>()</CODE><BR> returns the default clusterer (fully configured) for the clusterer panel</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getClustererStoreClustersForVis()">getClustererStoreClustersForVis</A></B>()</CODE><BR> returns whether the clusters are storeed for visualization purposes in the cluster panel</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getClustererTestMode()">getClustererTestMode</A></B>()</CODE><BR> returns the default cluster test mode for the cluster panel</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getFilter()">getFilter</A></B>()</CODE><BR> returns the default filter (fully configured) for the preprocess panel</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getInitGenericObjectEditorFilter()">getInitGenericObjectEditorFilter</A></B>()</CODE><BR> returns if the GOEs in the Explorer will be initialized based on the data that is loaded into the Explorer</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static java.util.Properties</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#getProperties()">getProperties</A></B>()</CODE><BR> returns the associated properties file</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/gui/explorer/ExplorerDefaults.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE><BR> only for testing - prints the content of the props file</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, toString, wait, wait, wait</CODE></TD></TR></TABLE> <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="PROPERTY_FILE"><!-- --></A><H3>PROPERTY_FILE</H3><PRE>public static final java.lang.String <B>PROPERTY_FILE</B></PRE><DL><DD>The name of the properties file<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.gui.explorer.ExplorerDefaults.PROPERTY_FILE">Constant Field Values</A></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="ExplorerDefaults()"><!-- --></A><H3>ExplorerDefaults</H3><PRE>public <B>ExplorerDefaults</B>()</PRE><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="get(java.lang.String, java.lang.String)"><!-- --></A><H3>get</H3><PRE>public static java.lang.String <B>get</B>(java.lang.String property, java.lang.String defaultValue)</PRE><DL><DD>returns the value for the specified property, if non-existent then the default value.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>property</CODE> - the property to retrieve the value for<DD><CODE>defaultValue</CODE> - the default value for the property<DT><B>Returns:</B><DD>the value of the specified property</DL></DD></DL><HR><A NAME="getProperties()"><!-- --></A><H3>getProperties</H3><PRE>public static final java.util.Properties <B>getProperties</B>()</PRE><DL><DD>returns the associated properties file<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the props file</DL></DD></DL><HR><A NAME="getInitGenericObjectEditorFilter()"><!-- --></A><H3>getInitGenericObjectEditorFilter</H3><PRE>public static boolean <B>getInitGenericObjectEditorFilter</B>()</PRE><DL><DD>returns if the GOEs in the Explorer will be initialized based on the data that is loaded into the Explorer<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if the GOEs get initialized</DL></DD></DL><HR><A NAME="getFilter()"><!-- --></A><H3>getFilter</H3><PRE>public static java.lang.Object <B>getFilter</B>()</PRE><DL><DD>returns the default filter (fully configured) for the preprocess panel<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the default filter, null if none</DL></DD></DL><HR><A NAME="getClassifier()"><!-- --></A><H3>getClassifier</H3><PRE>public static java.lang.Object <B>getClassifier</B>()</PRE><DL><DD>returns the default classifier (fully configured) for the classify panel<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the default classifier, ZeroR by default</DL></DD></DL><HR><A NAME="getClassifierTestMode()"><!-- --></A><H3>getClassifierTestMode</H3><PRE>public static int <B>getClassifierTestMode</B>()</PRE><DL><DD>returns the default classifier test mode for the classify panel<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the default test mode</DL></DD></DL><HR><A NAME="getClassifierCrossvalidationFolds()"><!-- --></A><H3>getClassifierCrossvalidationFolds</H3><PRE>public static int <B>getClassifierCrossvalidationFolds</B>()</PRE><DL><DD>returns the default number of folds of the CV in the classify panel<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the default number of folds</DL></DD></DL><HR><A NAME="getClassifierPercentageSplit()"><!-- --></A><H3>getClassifierPercentageSplit</H3><PRE>public static int <B>getClassifierPercentageSplit</B>()</PRE><DL><DD>returns the default classifier test mode for the classify panel (0-99)<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the default precentage split</DL></DD></DL><HR><A NAME="getClassifierOutputModel()"><!-- --></A><H3>getClassifierOutputModel</H3><PRE>public static boolean <B>getClassifierOutputModel</B>()</PRE><DL><DD>returns whether the built model is output<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if the built model is output</DL></DD></DL><HR><A NAME="getClassifierOutputPerClassStats()"><!-- --></A><H3>getClassifierOutputPerClassStats</H3><PRE>public static boolean <B>getClassifierOutputPerClassStats</B>()</PRE><DL><DD>returns whether additional per-class stats of the classifier are output<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if stats are output</DL></DD></DL><HR><A NAME="getClassifierOutputEntropyEvalMeasures()"><!-- --></A><H3>getClassifierOutputEntropyEvalMeasures</H3><PRE>public static boolean <B>getClassifierOutputEntropyEvalMeasures</B>()</PRE><DL><DD>returns whether entropy-based evaluation meastures of the classifier are output<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if output</DL></DD></DL><HR><A NAME="getClassifierOutputConfusionMatrix()"><!-- --></A><H3>getClassifierOutputConfusionMatrix</H3><PRE>public static boolean <B>getClassifierOutputConfusionMatrix</B>()</PRE><DL><DD>returns whether the confusion matrix for the classifier is output<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if matrix is output</DL></DD></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -