ioobject.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,146 行 · 第 1/5 页
HTML
1,146 行
<BR> Deserializes an IOObect from the given XML stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#removeElementAt(int)">removeElementAt</A></B>(int index)</CODE><BR> Removes and returns the n-th <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator"><CODE>IOObject</CODE></A> in this container.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/operator/package-summary.html">com.rapidminer.operator</A> with parameters of type <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#append(com.rapidminer.operator.IOObject)">append</A></B>(<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A> object)</CODE><BR> Creates a new IOContainer by adding all IOObjects of this container to the given IOObject.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#append(com.rapidminer.operator.IOObject[])">append</A></B>(<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[] output)</CODE><BR> Creates a new IOContainer by adding all IOObjects of this container to the given IOObjects.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#prepend(com.rapidminer.operator.IOObject)">prepend</A></B>(<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A> object)</CODE><BR> Creates a new IOContainer by adding the given object before the IOObjects of this container.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#prepend(com.rapidminer.operator.IOObject[])">prepend</A></B>(<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[] output)</CODE><BR> Creates a new IOContainer by adding the given objects before the IOObjects of this container.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../com/rapidminer/operator/package-summary.html">com.rapidminer.operator</A> with type arguments of type <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#append(java.util.Collection)">append</A></B>(java.util.Collection<<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>> output)</CODE><BR> Appends this container's IOObjects to output.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>IOContainer.</B><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#contains(java.lang.Class)">contains</A></B>(java.lang.Class<? extends <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>> cls)</CODE><BR> Returns true if this IOContainer containts an IOObject of the desired class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected boolean</CODE></FONT></TD><TD><CODE><B>Operator.</B><B><A HREF="../../../../com/rapidminer/operator/Operator.html#hasInput(java.lang.Class)">hasInput</A></B>(java.lang.Class<? extends <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>> cls)</CODE><BR> Returns true if this operator has an input object of the desired class.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../com/rapidminer/operator/package-summary.html">com.rapidminer.operator</A> with parameters of type <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#IOContainer(com.rapidminer.operator.IOObject...)">IOContainer</A></B>(<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>... objectArray)</CODE><BR> </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../com/rapidminer/operator/package-summary.html">com.rapidminer.operator</A> with type arguments of type <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/IOContainer.html#IOContainer(java.util.Collection)">IOContainer</A></B>(java.util.Collection<? extends <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>> objectCollection)</CODE><BR> Creates a new IOContainer containing the contents of the Collection which must contain only IOObjects.</TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A> in <A HREF="../../../../com/rapidminer/operator/features/package-summary.html">com.rapidminer.operator.features</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/operator/features/package-summary.html">com.rapidminer.operator.features</A> that return <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>FeatureOperator.</B><B><A HREF="../../../../com/rapidminer/operator/features/FeatureOperator.html#apply()">apply</A></B>()</CODE><BR> Applies the feature operator: collects the pre- and postevaluation operators create an initial population evaluate the initial population loop as long as solution is not good enough apply all pre evaluation operators evaluate the population update the population's best individual apply all post evaluation operators return all generation's best individual </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>AttributeWeightsApplier.</B><B><A HREF="../../../../com/rapidminer/operator/features/AttributeWeightsApplier.html#apply()">apply</A></B>()</CODE><BR> </TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features.aggregation"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A> in <A HREF="../../../../com/rapidminer/operator/features/aggregation/package-summary.html">com.rapidminer.operator.features.aggregation</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/operator/features/aggregation/package-summary.html">com.rapidminer.operator.features.aggregation</A> that return <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>EvolutionaryFeatureAggregation.</B><B><A HREF="../../../../com/rapidminer/operator/features/aggregation/EvolutionaryFeatureAggregation.html#apply()">apply</A></B>()</CODE><BR> </TD></TR></TABLE> <P><A NAME="com.rapidminer.operator.features.construction"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A> in <A HREF="../../../../com/rapidminer/operator/features/construction/package-summary.html">com.rapidminer.operator.features.construction</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/operator/features/construction/package-summary.html">com.rapidminer.operator.features.construction</A> that return <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>AGA.</B><B><A HREF="../../../../com/rapidminer/operator/features/construction/AGA.html#apply()">apply</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>CompleteFeatureGenerationOperator.</B><B><A HREF="../../../../com/rapidminer/operator/features/construction/CompleteFeatureGenerationOperator.html#apply()">apply</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B>FeatureGenerationOperator.</B><B><A HREF="../../../../com/rapidminer/operator/features/construction/FeatureGenerationOpe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?