⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abstractperformanceevaluator.html

📁 数据挖掘方面最新软件
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<PRE>public static final java.lang.String <B>PARAMETER_SKIP_UNDEFINED_LABELS</B></PRE><DL><DD>The parameter name for &quot;If set to true, examples with undefined labels are skipped.&quot;<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.performance.AbstractPerformanceEvaluator.PARAMETER_SKIP_UNDEFINED_LABELS">Constant Field Values</A></DL></DL><HR><A NAME="PARAMETER_COMPARATOR_CLASS"><!-- --></A><H3>PARAMETER_COMPARATOR_CLASS</H3><PRE>public static final java.lang.String <B>PARAMETER_COMPARATOR_CLASS</B></PRE><DL><DD>The parameter name for &quot;Fully qualified classname of the PerformanceComparator implementation.&quot;<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.performance.AbstractPerformanceEvaluator.PARAMETER_COMPARATOR_CLASS">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></TR></TABLE><A NAME="AbstractPerformanceEvaluator(com.rapidminer.operator.OperatorDescription)"><!-- --></A><H3>AbstractPerformanceEvaluator</H3><PRE>public <B>AbstractPerformanceEvaluator</B>(<A HREF="../../../../com/rapidminer/operator/OperatorDescription.html" title="class in com.rapidminer.operator">OperatorDescription</A>&nbsp;description)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_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>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getCriteria()"><!-- --></A><H3>getCriteria</H3><PRE>public abstract java.util.List&lt;<A HREF="../../../../com/rapidminer/operator/performance/PerformanceCriterion.html" title="class in com.rapidminer.operator.performance">PerformanceCriterion</A>&gt; <B>getCriteria</B>()</PRE><DL><DD>Delivers the list of criteria which is able for this operator. Please note that  all criteria in the list must be freshly instantiated since no copy is created  in different runs of this operator. This is important in order to not mess up  the results.    This method must not return null but should return an empty list in this case.<P><DD><DL></DL></DD></DL><HR><A NAME="getClassWeights(com.rapidminer.example.Attribute)"><!-- --></A><H3>getClassWeights</H3><PRE>protected abstract double[] <B>getClassWeights</B>(<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;label)                                     throws <A HREF="../../../../com/rapidminer/parameter/UndefinedParameterError.html" title="class in com.rapidminer.parameter">UndefinedParameterError</A></PRE><DL><DD>Delivers class weights for performance criteria which implement the   <A HREF="../../../../com/rapidminer/operator/performance/ClassWeightedPerformance.html" title="interface in com.rapidminer.operator.performance"><CODE>ClassWeightedPerformance</CODE></A> interface. Might return null (for example  for regression task performance evaluators).<P><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/rapidminer/parameter/UndefinedParameterError.html" title="class in com.rapidminer.parameter">UndefinedParameterError</A></CODE></DL></DD></DL><HR><A NAME="checkCompatibility(com.rapidminer.example.ExampleSet)"><!-- --></A><H3>checkCompatibility</H3><PRE>protected abstract void <B>checkCompatibility</B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)                                    throws <A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Performs a check if this operator can be used for this type of exampel set at all.<P><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="init(com.rapidminer.example.ExampleSet)"><!-- --></A><H3>init</H3><PRE>protected void <B>init</B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</PRE><DL><DD>This method will be invoked before the actual calculation is started. The   default implementation does nothing. Subclasses might want to override this  method.<P><DD><DL></DL></DD></DL><HR><A NAME="showSkipNaNLabelsParameter()"><!-- --></A><H3>showSkipNaNLabelsParameter</H3><PRE>protected boolean <B>showSkipNaNLabelsParameter</B>()</PRE><DL><DD>Subclasses might override this method and return false.<P><DD><DL></DL></DD></DL><HR><A NAME="showComparatorParameter()"><!-- --></A><H3>showComparatorParameter</H3><PRE>protected boolean <B>showComparatorParameter</B>()</PRE><DL><DD>Subclasses might override this method and return false.<P><DD><DL></DL></DD></DL><HR><A NAME="showCriteriaParameter()"><!-- --></A><H3>showCriteriaParameter</H3><PRE>protected boolean <B>showCriteriaParameter</B>()</PRE><DL><DD>Subclasses might override this method and return false.<P><DD><DL></DL></DD></DL><HR><A NAME="apply()"><!-- --></A><H3>apply</H3><PRE>public <A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>[] <B>apply</B>()                 throws <A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/operator/Operator.html#apply()">Operator</A></CODE></B></DD><DD>Implement this method in subclasses.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/Operator.html#apply()">apply</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></CODE></DL></DD></DL><HR><A NAME="evaluate(com.rapidminer.example.ExampleSet, com.rapidminer.operator.performance.PerformanceVector)"><!-- --></A><H3>evaluate</H3><PRE>protected <A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance">PerformanceVector</A> <B>evaluate</B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;testSet,                                     <A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance">PerformanceVector</A>&nbsp;inputPerformance)                              throws <A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Evaluates the given test set. All <A HREF="../../../../com/rapidminer/operator/performance/PerformanceCriterion.html" title="class in com.rapidminer.operator.performance"><CODE>PerformanceCriterion</CODE></A> instances in the given <A HREF="../../../../com/rapidminer/operator/performance/PerformanceVector.html" title="class in com.rapidminer.operator.performance"><CODE>PerformanceVector</CODE></A> must be subclasses of <A HREF="../../../../com/rapidminer/operator/performance/MeasuredPerformance.html" title="class in com.rapidminer.operator.performance"><CODE>MeasuredPerformance</CODE></A>.<P>

⌨️ 快捷键说明

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