📄 validationchain.html
字号:
<BR> Applies all inner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#estimatePerformance(com.rapidminer.example.ExampleSet)">estimatePerformance</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> inputSet)</CODE><BR> This is the main method of the validation chain and must be implemented to estimate a performance of inner operators on the given example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#evaluate(com.rapidminer.example.ExampleSet)">evaluate</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> testSet)</CODE><BR> Applies the applier and evaluator (= second encapsulated inner operator).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#evaluate(com.rapidminer.example.ExampleSet, com.rapidminer.operator.IOContainer)">evaluate</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> testSet, <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A> learnResult)</CODE><BR> Applies the applier and evaluator (= second encapsulated inner operator).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/condition/InnerOperatorCondition.html" title="interface in com.rapidminer.operator.condition">InnerOperatorCondition</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getInnerOperatorCondition()">getInnerOperatorCondition</A></B>()</CODE><BR> Must return a condition of the IO behaviour of all desired inner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class<?>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getInputClasses()">getInputClasses</A></B>()</CODE><BR> Returns the the classes this operator provides as output.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/operator/InputDescription.html" title="class in com.rapidminer.operator">InputDescription</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getInputDescription(java.lang.Class)">getInputDescription</A></B>(java.lang.Class cls)</CODE><BR> The default implementation returns an input description that consumes the input IOObject without a user parameter.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getLearner()">getLearner</A></B>()</CODE><BR> Returns the first encapsulated inner operator (or operator chain), i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getMaxNumberOfInnerOperators()">getMaxNumberOfInnerOperators</A></B>()</CODE><BR> Returns the maximum number of innner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getMinNumberOfInnerOperators()">getMinNumberOfInnerOperators</A></B>()</CODE><BR> Returns the minimum number of innner operators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class<?>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getOutputClasses()">getOutputClasses</A></B>()</CODE><BR> Returns the the classes this operator expects as input.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.util.List<<A HREF="../../../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter">ParameterType</A>></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#getParameterTypes()">getParameterTypes</A></B>()</CODE><BR> Returns a list of <tt>ParameterTypes</tt> describing the parameters of this operator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../com/rapidminer/operator/IOContainer.html" title="class in com.rapidminer.operator">IOContainer</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> trainingSet)</CODE><BR> Applies the learner (= first encapsulated inner operator).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/validation/ValidationChain.html#setResult(com.rapidminer.operator.performance.PerformanceVector)">setResult</A></B>(<A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance">PerformanceVector</A> pv)</CODE><BR> Can be used by subclasses to set the performance of the example set.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.OperatorChain"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/OperatorChain.html" title="class in com.rapidminer.operator">OperatorChain</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/rapidminer/operator/OperatorChain.html#addAddListener(com.rapidminer.operator.AddListener)">addAddListener</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#addOperator(com.rapidminer.operator.Operator)">addOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#addOperator(com.rapidminer.operator.Operator, int)">addOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#checkDeprecations()">checkDeprecations</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#checkIO(java.lang.Class[])">checkIO</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#checkNumberOfInnerOperators()">checkNumberOfInnerOperators</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#checkProperties()">checkProperties</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#clearErrorList()">clearErrorList</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#cloneOperator(java.lang.String)">cloneOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#createExperimentTree(int, java.lang.String, java.lang.String, com.rapidminer.operator.Operator, java.lang.String)">createExperimentTree</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#createProcessTree(int, java.lang.String, java.lang.String, com.rapidminer.operator.Operator, java.lang.String)">createProcessTree</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getAllInnerOperators()">getAllInnerOperators</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getIndexOfOperator(com.rapidminer.operator.Operator, boolean)">getIndexOfOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getInnerOperatorForName(java.lang.String)">getInnerOperatorForName</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getInnerOperatorsXML(java.lang.String)">getInnerOperatorsXML</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getNumberOfAllOperators()">getNumberOfAllOperators</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getNumberOfOperators()">getNumberOfOperators</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getOperator(int)">getOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getOperatorFromAll(int)">getOperatorFromAll</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#getOperators()">getOperators</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#performAdditionalChecks()">performAdditionalChecks</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#processFinished()">processFinished</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#processStarts()">processStarts</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#registerOperator(com.rapidminer.Process)">registerOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#removeAddListener(com.rapidminer.operator.AddListener)">removeAddListener</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#removeOperator(com.rapidminer.operator.Operator)">removeOperator</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#shouldReturnInnerOutput()">shouldReturnInnerOutput</A>, <A HREF="../../../../com/rapidminer/operator/OperatorChain.html#unregisterOperator(com.rapidminer.Process)">unregisterOperator</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.rapidminer.operator.Operator"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/rapidminer/operator/Operator.html#addError(java.lang.String)">addError</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#addValue(com.rapidminer.operator.Value)">addValue</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#addWarning(java.lang.String)">addWarning</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#apply(com.rapidminer.operator.IOContainer)">apply</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#checkForStop()">checkForStop</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#createExperimentTree(int)">createExperimentTree</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#createFromXML(org.w3c.dom.Element)">createFromXML</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#createMarkedExperimentTree(int, java.lang.String, com.rapidminer.operator.Operator)">createMarkedExperimentTree</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#createMarkedProcessTree(int, java.lang.String, com.rapidminer.operator.Operator)">createMarkedProcessTree</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#createProcessTree(int)">createProcessTree</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getAddOnlyAdditionalOutput()">getAddOnlyAdditionalOutput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getApplyCount()">getApplyCount</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getDeliveredOutputClasses()">getDeliveredOutputClasses</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getDeprecationInfo()">getDeprecationInfo</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getDesiredInputClasses()">getDesiredInputClasses</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getEncoding()">getEncoding</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getErrorList()">getErrorList</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getExperiment()">getExperiment</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getInput()">getInput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getInput(java.lang.Class)">getInput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getInput(java.lang.Class, int)">getInput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getIOContainerForInApplyLoopBreakpoint()">getIOContainerForInApplyLoopBreakpoint</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getLog()">getLog</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getName()">getName</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getOperatorClassName()">getOperatorClassName</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getOperatorDescription()">getOperatorDescription</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameter(java.lang.String)">getParameter</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsBoolean(java.lang.String)">getParameterAsBoolean</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsColor(java.lang.String)">getParameterAsColor</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsDouble(java.lang.String)">getParameterAsDouble</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsFile(java.lang.String)">getParameterAsFile</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsInt(java.lang.String)">getParameterAsInt</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsMatrix(java.lang.String)">getParameterAsMatrix</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterAsString(java.lang.String)">getParameterAsString</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterList(java.lang.String)">getParameterList</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameters()">getParameters</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParameterType(java.lang.String)">getParameterType</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getParent()">getParent</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getProcess()">getProcess</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getStartTime()">getStartTime</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getStatus()">getStatus</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getUserDescription()">getUserDescription</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getValue(java.lang.String)">getValue</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getValues()">getValues</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#getXML(java.lang.String)">getXML</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#hasBreakpoint()">hasBreakpoint</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#hasBreakpoint(int)">hasBreakpoint</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#hasInput(java.lang.Class)">hasInput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#inApplyLoop()">inApplyLoop</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#isDebugMode()">isDebugMode</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#isEnabled()">isEnabled</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#isExpanded()">isExpanded</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#isParallel()">isParallel</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#isParameterSet(java.lang.String)">isParameterSet</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#log(java.lang.String)">log</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#logError(java.lang.String)">logError</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#logNote(java.lang.String)">logNote</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#logWarning(java.lang.String)">logWarning</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#register(com.rapidminer.Process, java.lang.String)">register</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#remove()">remove</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#rename(java.lang.String)">rename</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#resume()">resume</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setApplyCount(int)">setApplyCount</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setBreakpoint(int, boolean)">setBreakpoint</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setEnabled(boolean)">setEnabled</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setExpanded(boolean)">setExpanded</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setInput(com.rapidminer.operator.IOContainer)">setInput</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setListParameter(java.lang.String, java.util.List)">setListParameter</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setOperatorParameters(org.w3c.dom.Element)">setOperatorParameters</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setParameter(java.lang.String, java.lang.String)">setParameter</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setParameters(com.rapidminer.parameter.Parameters)">setParameters</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setParent(com.rapidminer.operator.OperatorChain)">setParent</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#setUserDescription(java.lang.String)">setUserDescription</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#toString()">toString</A>, <A HREF="../../../../com/rapidminer/operator/Operator.html#writeXML(java.io.PrintWriter, java.lang.String)">writeXML</A></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"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, 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"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="PARAMETER_CREATE_COMPLETE_MODEL"><!-- --></A><H3>PARAMETER_CREATE_COMPLETE_MODEL</H3><PRE>public static final java.lang.String <B>PARAMETER_CREATE_COMPLETE_MODEL</B></PRE><DL><DD>The parameter name for "Indicates if a model of the complete data set should be additionally build after estimation."<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.validation.ValidationChain.PARAMETER_CREATE_COMPLETE_MODEL">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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -