📄 multiclassificationperformance.html
字号:
<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.performance.MultiClassificationPerformance.ACCURACY">Constant Field Values</A></DL></DL><HR><A NAME="ERROR"><!-- --></A><H3>ERROR</H3><PRE>public static final int <B>ERROR</B></PRE><DL><DD>Indicates classification error.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.performance.MultiClassificationPerformance.ERROR">Constant Field Values</A></DL></DL><HR><A NAME="KAPPA"><!-- --></A><H3>KAPPA</H3><PRE>public static final int <B>KAPPA</B></PRE><DL><DD>Indicates kappa statistics.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.rapidminer.operator.performance.MultiClassificationPerformance.KAPPA">Constant Field Values</A></DL></DL><HR><A NAME="NAMES"><!-- --></A><H3>NAMES</H3><PRE>public static final java.lang.String[] <B>NAMES</B></PRE><DL><DD>The names of the criteria.<P><DL></DL></DL><HR><A NAME="DESCRIPTIONS"><!-- --></A><H3>DESCRIPTIONS</H3><PRE>public static final java.lang.String[] <B>DESCRIPTIONS</B></PRE><DL><DD>The descriptions of the criteria.<P><DL></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="MultiClassificationPerformance()"><!-- --></A><H3>MultiClassificationPerformance</H3><PRE>public <B>MultiClassificationPerformance</B>()</PRE><DL><DD>Creates a MultiClassificationPerformance with undefined type.<P></DL><HR><A NAME="MultiClassificationPerformance(int)"><!-- --></A><H3>MultiClassificationPerformance</H3><PRE>public <B>MultiClassificationPerformance</B>(int type)</PRE><DL><DD>Creates a MultiClassificationPerformance with the given type.<P></DL><HR><A NAME="MultiClassificationPerformance(com.rapidminer.operator.performance.MultiClassificationPerformance)"><!-- --></A><H3>MultiClassificationPerformance</H3><PRE>public <B>MultiClassificationPerformance</B>(<A HREF="../../../../com/rapidminer/operator/performance/MultiClassificationPerformance.html" title="class in com.rapidminer.operator.performance">MultiClassificationPerformance</A> m)</PRE><DL><DD>Clone constructor.<P></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="newInstance(java.lang.String)"><!-- --></A><H3>newInstance</H3><PRE>public static <A HREF="../../../../com/rapidminer/operator/performance/MultiClassificationPerformance.html" title="class in com.rapidminer.operator.performance">MultiClassificationPerformance</A> <B>newInstance</B>(java.lang.String name)</PRE><DL><DD>Creates a MultiClassificationPerformance with the given type.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getExampleCount()"><!-- --></A><H3>getExampleCount</H3><PRE>public double <B>getExampleCount</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/operator/performance/PerformanceCriterion.html#getExampleCount()">PerformanceCriterion</A></CODE></B></DD><DD>Returns the number of data points which was used to determine the criterion value. If the criterion does not use example weights (or no weight was given) then the returned value will be an integer. Otherwise, the returned value is the sum of all example weights.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/performance/PerformanceCriterion.html#getExampleCount()">getExampleCount</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/operator/performance/PerformanceCriterion.html" title="class in com.rapidminer.operator.performance">PerformanceCriterion</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="startCounting(com.rapidminer.example.ExampleSet, boolean)"><!-- --></A><H3>startCounting</H3><PRE>public void <B>startCounting</B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> eSet, boolean useExampleWeights) throws <A HREF="../../../../com/rapidminer/operator/OperatorException.html" title="class in com.rapidminer.operator">OperatorException</A></PRE><DL><DD>Initializes the criterion and sets the label.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/performance/MeasuredPerformance.html#startCounting(com.rapidminer.example.ExampleSet, boolean)">startCounting</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/operator/performance/MeasuredPerformance.html" title="class in com.rapidminer.operator.performance">MeasuredPerformance</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="countExample(com.rapidminer.example.Example)"><!-- --></A><H3>countExample</H3><PRE>public void <B>countExample</B>(<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A> example)</PRE><DL><DD>Increases the prediction value in the matrix.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/operator/performance/MeasuredPerformance.html#countExample(com.rapidminer.example.Example)">countExample</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/operator/performance/MeasuredPerformance.html" title="class in com.rapidminer.operator.performance">MeasuredPerformance</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getMikroAverage()"><!-- --></A><H3>getMikroAverage</H3><PRE>public double <B>getMikroAverage</B>()</PRE><DL><DD>Returns either the accuracy or the classification error.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html#getMikroAverage()">getMikroAverage</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html" title="class in com.rapidminer.tools.math">Averagable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="formatPercent()"><!-- --></A><H3>formatPercent</H3><PRE>public boolean <B>formatPercent</B>()</PRE><DL><DD>Returns true.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html#formatPercent()">formatPercent</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html" title="class in com.rapidminer.tools.math">Averagable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getMikroVariance()"><!-- --></A><H3>getMikroVariance</H3><PRE>public double <B>getMikroVariance</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html#getMikroVariance()">Averagable</A></CODE></B></DD><DD>Returns the variance of the averagable. The returned value must not be negative. If the averagable does not define a variance this method should return Double.NaN.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html#getMikroVariance()">getMikroVariance</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/tools/math/Averagable.html" title="class in com.rapidminer.tools.math">Averagable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public java.lang.String <B>getName</B>()</PRE><DL><DD>Returns the name.<P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -