metabean.html

来自「weka是机器学习和数据挖掘领域最有影响力的开源项目之一」· HTML 代码 · 共 1,208 行 · 第 1/4 页

HTML
1,208
字号
<DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getSubFlow()"><!-- --></A><H3>getSubFlow</H3><PRE>public java.util.Vector <B>getSubFlow</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setInputs(java.util.Vector)"><!-- --></A><H3>setInputs</H3><PRE>public void <B>setInputs</B>(java.util.Vector&nbsp;inputs)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getInputs()"><!-- --></A><H3>getInputs</H3><PRE>public java.util.Vector <B>getInputs</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setOutputs(java.util.Vector)"><!-- --></A><H3>setOutputs</H3><PRE>public void <B>setOutputs</B>(java.util.Vector&nbsp;outputs)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getOutputs()"><!-- --></A><H3>getOutputs</H3><PRE>public java.util.Vector <B>getOutputs</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getBeansInSubFlow()"><!-- --></A><H3>getBeansInSubFlow</H3><PRE>public java.util.Vector <B>getBeansInSubFlow</B>()</PRE><DL><DD>Return all the beans in the sub flow<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a Vector of all the beans in the sub flow</DL></DD></DL><HR><A NAME="getBeansInInputs()"><!-- --></A><H3>getBeansInInputs</H3><PRE>public java.util.Vector <B>getBeansInInputs</B>()</PRE><DL><DD>Return all the beans in the inputs<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a Vector of all the beans in the inputs</DL></DD></DL><HR><A NAME="getBeansInOutputs()"><!-- --></A><H3>getBeansInOutputs</H3><PRE>public java.util.Vector <B>getBeansInOutputs</B>()</PRE><DL><DD>Return all the beans in the outputs<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a Vector of all the beans in the outputs</DL></DD></DL><HR><A NAME="getBeanInfoSubFlow()"><!-- --></A><H3>getBeanInfoSubFlow</H3><PRE>public java.util.Vector <B>getBeanInfoSubFlow</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getBeanInfoInputs()"><!-- --></A><H3>getBeanInfoInputs</H3><PRE>public java.util.Vector <B>getBeanInfoInputs</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getBeanInfoOutputs()"><!-- --></A><H3>getBeanInfoOutputs</H3><PRE>public java.util.Vector <B>getBeanInfoOutputs</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getOriginalCoords()"><!-- --></A><H3>getOriginalCoords</H3><PRE>public java.util.Vector <B>getOriginalCoords</B>()</PRE><DL><DD>returns the vector containing the original coordinates (instances of class Point) for the inputs<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the containing the coord Points of the original inputs</DL></DD></DL><HR><A NAME="setOriginalCoords(java.util.Vector)"><!-- --></A><H3>setOriginalCoords</H3><PRE>public void <B>setOriginalCoords</B>(java.util.Vector&nbsp;value)</PRE><DL><DD>sets the vector containing the original coordinates (instances of class Point) for the inputs<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the vector containing the points of the coords of the original inputs</DL></DD></DL><HR><A NAME="shiftBeans(weka.gui.beans.BeanInstance, boolean)"><!-- --></A><H3>shiftBeans</H3><PRE>public void <B>shiftBeans</B>(<A HREF="../../../weka/gui/beans/BeanInstance.html" title="class in weka.gui.beans">BeanInstance</A>&nbsp;toShiftTo,                       boolean&nbsp;save)</PRE><DL><DD>Move coords of all inputs and outputs of this meta bean to the coords of the supplied BeanInstance. Typically the supplied BeanInstance is the BeanInstance that encapsulates this meta bean; the result in this case is that all inputs and outputs are shifted so that their coords coincide with the meta bean and all connections to them appear (visually) to go to/from the meta bean.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>toShiftTo</CODE> - the BeanInstance whos coordinates will be used.<DD><CODE>save</CODE> - true if coordinates are to be saved.</DL></DD></DL><HR><A NAME="restoreBeans()"><!-- --></A><H3>restoreBeans</H3><PRE>public void <B>restoreBeans</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="eventGeneratable(java.beans.EventSetDescriptor)"><!-- --></A><H3>eventGeneratable</H3><PRE>public boolean <B>eventGeneratable</B>(java.beans.EventSetDescriptor&nbsp;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&nbsp;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><HR><A NAME="connectionAllowed(java.beans.EventSetDescriptor)"><!-- --></A><H3>connectionAllowed</H3><PRE>public boolean <B>connectionAllowed</B>(java.beans.EventSetDescriptor&nbsp;esd)</PRE><DL><DD>Returns true if, at this time,  the object will accept a connection with respect to the supplied EventSetDescriptor<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/gui/beans/BeanCommon.html#connectionAllowed(java.beans.EventSetDescriptor)">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>esd</CODE> - the EventSetDescriptor<DT><B>Returns:</B><DD>true if the object will accept a connection</DL></DD></DL><HR>

⌨️ 快捷键说明

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