📄 outputformatdialog.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Container</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Component</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle</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"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, 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"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="APPROVE_OPTION"><!-- --></A><H3>APPROVE_OPTION</H3><PRE>public static final int <B>APPROVE_OPTION</B></PRE><DL><DD>Signifies an OK property selection<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.gui.experiment.OutputFormatDialog.APPROVE_OPTION">Constant Field Values</A></DL></DL><HR><A NAME="CANCEL_OPTION"><!-- --></A><H3>CANCEL_OPTION</H3><PRE>public static final int <B>CANCEL_OPTION</B></PRE><DL><DD>Signifies a cancelled property selection<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#weka.gui.experiment.OutputFormatDialog.CANCEL_OPTION">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"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="OutputFormatDialog(java.awt.Frame)"><!-- --></A><H3>OutputFormatDialog</H3><PRE>public <B>OutputFormatDialog</B>(java.awt.Frame parent)</PRE><DL><DD>initializes the dialog with the given parent frame<P><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this dialog</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="setMeanPrec(int)"><!-- --></A><H3>setMeanPrec</H3><PRE>public void <B>setMeanPrec</B>(int precision)</PRE><DL><DD>Sets the precision of the mean output<P><DD><DL><DT><B>Parameters:</B><DD><CODE>precision</CODE> - the number of digits used in printing the mean</DL></DD></DL><HR><A NAME="getMeanPrec()"><!-- --></A><H3>getMeanPrec</H3><PRE>public int <B>getMeanPrec</B>()</PRE><DL><DD>Gets the precision used for printing the mean<P><DD><DL><DT><B>Returns:</B><DD>the number of digits used in printing the mean</DL></DD></DL><HR><A NAME="setStdDevPrec(int)"><!-- --></A><H3>setStdDevPrec</H3><PRE>public void <B>setStdDevPrec</B>(int precision)</PRE><DL><DD>Sets the precision of the std. deviation output<P><DD><DL><DT><B>Parameters:</B><DD><CODE>precision</CODE> - the number of digits used in printing the std. deviation</DL></DD></DL><HR><A NAME="getStdDevPrec()"><!-- --></A><H3>getStdDevPrec</H3><PRE>public int <B>getStdDevPrec</B>()</PRE><DL><DD>Gets the precision used for printing the std. deviation<P><DD><DL><DT><B>Returns:</B><DD>the number of digits used in printing the std. deviation</DL></DD></DL><HR><A NAME="setProduceLatex(boolean)"><!-- --></A><H3>setProduceLatex</H3><PRE>public void <B>setProduceLatex</B>(boolean l)</PRE><DL><DD>Set whether latex is output<P><DD><DL><DT><B>Parameters:</B><DD><CODE>l</CODE> - true if tables are to be produced in Latex format</DL></DD></DL><HR><A NAME="getProduceLatex()"><!-- --></A><H3>getProduceLatex</H3><PRE>public boolean <B>getProduceLatex</B>()</PRE><DL><DD>Get whether latex is output<P><DD><DL><DT><B>Returns:</B><DD>true if Latex is to be output</DL></DD></DL><HR><A NAME="setProduceCSV(boolean)"><!-- --></A><H3>setProduceCSV</H3><PRE>public void <B>setProduceCSV</B>(boolean c)</PRE><DL><DD>Set whether csv is output<P><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - true if tables are to be produced in csv format</DL></DD></DL><HR><A NAME="getProduceCSV()"><!-- --></A><H3>getProduceCSV</H3><PRE>public boolean <B>getProduceCSV</B>()</PRE><DL><DD>Get whether csv is output<P><DD><DL><DT><B>Returns:</B><DD>true if csv is to be output</DL></DD></DL><HR><A NAME="getResult()"><!-- --></A><H3>getResult</H3><PRE>public int <B>getResult</B>()</PRE><DL><DD>the result from the last display of the dialog, the same is returned from <code>showDialog</code><P><DD><DL><DT><B>Returns:</B><DD>the result from the last display of the dialog; either APPROVE_OPTION, or CANCEL_OPTION<DT><B>See Also:</B><DD><A HREF="../../../weka/gui/experiment/OutputFormatDialog.html#showDialog()"><CODE>showDialog()</CODE></A></DL></DD></DL><HR><A NAME="showDialog()"><!-- --></A><H3>showDialog</H3><PRE>public int <B>showDialog</B>()</PRE><DL><DD>Pops up the modal dialog and waits for cancel or a selection.<P><DD><DL><DT><B>Returns:</B><DD>either APPROVE_OPTION, or CANCEL_OPTION</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>for testing only<P><DD><DL></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=3 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="../../../../Tutorial.pdf"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/index.html"><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/gui/experiment/HostListPanel.html" title="class in weka.gui.experiment"><B>PREV CLASS</B></A> <A HREF="../../../weka/gui/experiment/ResultsPanel.html" title="class in weka.gui.experiment"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="OutputFormatDialog.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -