📄 classifier.html
字号:
<A NAME="addTextListener(weka.gui.beans.TextListener)"><!-- --></A><H3>addTextListener</H3><PRE>public void <B>addTextListener</B>(<A HREF="../../../weka/gui/beans/TextListener.html" title="interface in weka.gui.beans">TextListener</A> cl)</PRE><DL><DD>Add a text listener<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - a <code>TextListener</code> value</DL></DD></DL><HR><A NAME="removeTextListener(weka.gui.beans.TextListener)"><!-- --></A><H3>removeTextListener</H3><PRE>public void <B>removeTextListener</B>(<A HREF="../../../weka/gui/beans/TextListener.html" title="interface in weka.gui.beans">TextListener</A> cl)</PRE><DL><DD>Remove a text listener<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - a <code>TextListener</code> value</DL></DD></DL><HR><A NAME="addIncrementalClassifierListener(weka.gui.beans.IncrementalClassifierListener)"><!-- --></A><H3>addIncrementalClassifierListener</H3><PRE>public void <B>addIncrementalClassifierListener</B>(<A HREF="../../../weka/gui/beans/IncrementalClassifierListener.html" title="interface in weka.gui.beans">IncrementalClassifierListener</A> cl)</PRE><DL><DD>Add an incremental classifier listener<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - an <code>IncrementalClassifierListener</code> value</DL></DD></DL><HR><A NAME="removeIncrementalClassifierListener(weka.gui.beans.IncrementalClassifierListener)"><!-- --></A><H3>removeIncrementalClassifierListener</H3><PRE>public void <B>removeIncrementalClassifierListener</B>(<A HREF="../../../weka/gui/beans/IncrementalClassifierListener.html" title="interface in weka.gui.beans">IncrementalClassifierListener</A> cl)</PRE><DL><DD>Remove an incremental classifier listener<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cl</CODE> - an <code>IncrementalClassifierListener</code> value</DL></DD></DL><HR><A NAME="connectionAllowed(java.lang.String)"><!-- --></A><H3>connectionAllowed</H3><PRE>public boolean <B>connectionAllowed</B>(java.lang.String eventName)</PRE><DL><DD>Returns true if, at this time, the object will accept a connection with respect to the named event<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#connectionAllowed(java.lang.String)">connectionAllowed</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/BeanCommon.html" title="interface in weka.gui.beans">BeanCommon</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>eventName</CODE> - the event<DT><B>Returns:</B><DD>true if the object will accept a connection</DL></DD></DL><HR><A NAME="connectionNotification(java.lang.String, java.lang.Object)"><!-- --></A><H3>connectionNotification</H3><PRE>public void <B>connectionNotification</B>(java.lang.String eventName, java.lang.Object source)</PRE><DL><DD>Notify this object that it has been registered as a listener with a source with respect to the named event<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#connectionNotification(java.lang.String, java.lang.Object)">connectionNotification</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/BeanCommon.html" title="interface in weka.gui.beans">BeanCommon</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>eventName</CODE> - the event<DD><CODE>source</CODE> - the source with which this object has been registered as a listener</DL></DD></DL><HR><A NAME="disconnectionNotification(java.lang.String, java.lang.Object)"><!-- --></A><H3>disconnectionNotification</H3><PRE>public void <B>disconnectionNotification</B>(java.lang.String eventName, java.lang.Object source)</PRE><DL><DD>Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#disconnectionNotification(java.lang.String, java.lang.Object)">disconnectionNotification</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/BeanCommon.html" title="interface in weka.gui.beans">BeanCommon</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>eventName</CODE> - the event<DD><CODE>source</CODE> - the source with which this object has been registered as a listener</DL></DD></DL><HR><A NAME="stop()"><!-- --></A><H3>stop</H3><PRE>public void <B>stop</B>()</PRE><DL><DD>Stop any classifier action<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#stop()">stop</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/BeanCommon.html" title="interface in weka.gui.beans">BeanCommon</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setLog(weka.gui.Logger)"><!-- --></A><H3>setLog</H3><PRE>public void <B>setLog</B>(<A HREF="../../../weka/gui/Logger.html" title="interface in weka.gui">Logger</A> logger)</PRE><DL><DD>Set a logger<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#setLog(weka.gui.Logger)">setLog</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/BeanCommon.html" title="interface in weka.gui.beans">BeanCommon</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>logger</CODE> - a <code>Logger</code> value</DL></DD></DL><HR><A NAME="enumerateRequests()"><!-- --></A><H3>enumerateRequests</H3><PRE>public java.util.Enumeration <B>enumerateRequests</B>()</PRE><DL><DD>Return an enumeration of requests that can be made by the user<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/UserRequestAcceptor.html#enumerateRequests()">enumerateRequests</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/UserRequestAcceptor.html" title="interface in weka.gui.beans">UserRequestAcceptor</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an <code>Enumeration</code> value</DL></DD></DL><HR><A NAME="performRequest(java.lang.String)"><!-- --></A><H3>performRequest</H3><PRE>public void <B>performRequest</B>(java.lang.String request)</PRE><DL><DD>Perform a particular request<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/UserRequestAcceptor.html#performRequest(java.lang.String)">performRequest</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/UserRequestAcceptor.html" title="interface in weka.gui.beans">UserRequestAcceptor</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to perform<DT><B>Throws:</B><DD><CODE>java.lang.IllegalArgumentException</CODE> - if an error occurs</DL></DD></DL><HR><A NAME="eventGeneratable(java.beans.EventSetDescriptor)"><!-- --></A><H3>eventGeneratable</H3><PRE>public boolean <B>eventGeneratable</B>(java.beans.EventSetDescriptor esd)</PRE><DL><DD>Returns true, if at the current time, the event described by the supplied event descriptor could be generated.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>esd</CODE> - an <code>EventSetDescriptor</code> value<DT><B>Returns:</B><DD>a <code>boolean</code> value</DL></DD></DL><HR><A NAME="eventGeneratable(java.lang.String)"><!-- --></A><H3>eventGeneratable</H3><PRE>public boolean <B>eventGeneratable</B>(java.lang.String eventName)</PRE><DL><DD>Returns true, if at the current time, the named event could be generated. Assumes that the supplied event name is an event that could be generated by this bean<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/EventConstraints.html#eventGeneratable(java.lang.String)">eventGeneratable</A></CODE> in interface <CODE><A HREF="../../../weka/gui/beans/EventConstraints.html" title="interface in weka.gui.beans">EventConstraints</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>eventName</CODE> - the name of the event in question<DT><B>Returns:</B><DD>true if the named event could be generated at this point in time</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/beans/ClassAssignerCustomizer.html" title="class in weka.gui.beans"><B>PREV CLASS</B></A> <A HREF="../../../weka/gui/beans/ClassifierBeanInfo.html" title="class in weka.gui.beans"><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="Classifier.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: <A HREF="#nested_classes_inherited_from_class_javax.swing.JComponent">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JComponent">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: FIELD | <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 + -