bestruleinduction.html

来自「数据挖掘方面最新软件」· HTML 代码 · 共 612 行 · 第 1/3 页

HTML
612
字号
<TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getBestRule()">getBestRule</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;double[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getCounts(com.rapidminer.operator.learner.rules.ConjunctiveRuleModel, com.rapidminer.example.ExampleSet)">getCounts</A></B>(<A HREF="../../../../../com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.html" title="class in com.rapidminer.operator.learner.rules">ConjunctiveRuleModel</A>&nbsp;rule,          <A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getOptimisticScore(double[])">getOptimisticScore</A></B>(double[]&nbsp;counts)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the best possible score that might be achieved by refining the rule.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../com/rapidminer/parameter/ParameterType.html" title="class in com.rapidminer.parameter">ParameterType</A>&gt;</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getParameterTypes()">getParameterTypes</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the parameters &quot;number of iterations&quot; and &quot;model file&quot;.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getPruningScore()">getPruningScore</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#getScore(double[], boolean)">getScore</A></B>(double[]&nbsp;counts,         boolean&nbsp;predictPositives)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the WRAcc or BINOMIAL TEST FUNCTION based on p, n, and the global values P and N stored in this object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#initHighscore()">initHighscore</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#isRefinementOfPrunedRule(com.rapidminer.operator.learner.rules.ConjunctiveRuleModel)">isRefinementOfPrunedRule</A></B>(<A HREF="../../../../../com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.html" title="class in com.rapidminer.operator.learner.rules">ConjunctiveRuleModel</A>&nbsp;rule)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Trains a model.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/rapidminer/operator/learner/rules/BestRuleInduction.html#supportsCapability(com.rapidminer.operator.learner.LearnerCapability)">supportsCapability</A></B>(<A HREF="../../../../../com/rapidminer/operator/learner/LearnerCapability.html" title="class in com.rapidminer.operator.learner">LearnerCapability</A>&nbsp;lc)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks for Learner capabilities.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.AbstractLearner"><!-- --></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.learner.<A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html" title="class in com.rapidminer.operator.learner">AbstractLearner</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#apply()">apply</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getEstimatedPerformance()">getEstimatedPerformance</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getInputClasses()">getInputClasses</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getInputDescription(java.lang.Class)">getInputDescription</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getOptimizationPerformance()">getOptimizationPerformance</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getOutputClasses()">getOutputClasses</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#getWeights(com.rapidminer.example.ExampleSet)">getWeights</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#onlyWarnForNonSufficientCapabilities()">onlyWarnForNonSufficientCapabilities</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#shouldCalculateWeights()">shouldCalculateWeights</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#shouldDeliverOptimizationPerformance()">shouldDeliverOptimizationPerformance</A>, <A HREF="../../../../../com/rapidminer/operator/learner/AbstractLearner.html#shouldEstimatePerformance()">shouldEstimatePerformance</A></CODE></TD></TR></TABLE>&nbsp;<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#checkDeprecations()">checkDeprecations</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#checkForStop()">checkForStop</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#checkIO(java.lang.Class[])">checkIO</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#checkProperties()">checkProperties</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#clearErrorList()">clearErrorList</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#cloneOperator(java.lang.String)">cloneOperator</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#createExperimentTree(int)">createExperimentTree</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#createExperimentTree(int, java.lang.String, java.lang.String, com.rapidminer.operator.Operator, java.lang.String)">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#createProcessTree(int, java.lang.String, java.lang.String, com.rapidminer.operator.Operator, java.lang.String)">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#getInnerOperatorsXML(java.lang.String)">getInnerOperatorsXML</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#performAdditionalChecks()">performAdditionalChecks</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#processFinished()">processFinished</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#processStarts()">processStarts</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#register(com.rapidminer.Process, java.lang.String)">register</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#registerOperator(com.rapidminer.Process)">registerOperator</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#unregisterOperator(com.rapidminer.Process)">unregisterOperator</A>, <A HREF="../../../../../com/rapidminer/operator/Operator.html#writeXML(java.io.PrintWriter, java.lang.String)">writeXML</A></CODE></TD></TR></TABLE>&nbsp;<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>&nbsp;<A NAME="methods_inherited_from_class_com.rapidminer.operator.learner.Learner"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.rapidminer.operator.learner.<A HREF="../../../../../com/rapidminer/operator/learner/Learner.html" title="interface in com.rapidminer.operator.learner">Learner</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../com/rapidminer/operator/learner/Learner.html#getName()">getName</A></CODE></TD></TR></TABLE>&nbsp;<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="bestRule"><!-- --></A><H3>bestRule</H3><PRE>protected <A HREF="../../../../../com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.html" title="class in com.rapidminer.operator.learner.rules">ConjunctiveRuleModel</A> <B>bestRule</B></PRE><DL><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="BestRuleInduction(com.rapidminer.operator.OperatorDescription)"><!-- --></A><H3>BestRuleInduction</H3><PRE>public <B>BestRuleInduction</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="supportsCapability(com.rapidminer.operator.learner.LearnerCapability)"><!-- --></A><H3>supportsCapability</H3><PRE>public boolean <B>supportsCapability</B>(<A HREF="../../../../../com/rapidminer/operator/learner/LearnerCapability.html" title="class in com.rapidminer.operator.learner">LearnerCapability</A>&nbsp;lc)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/rapidminer/operator/learner/Learner.html#supportsCapability(com.rapidminer.operator.learner.LearnerCapability)">Learner</A></CODE></B></DD><DD>Checks for Learner capabilities. Should return true if the given capability is supported.<P><DD><DL></DL></DD></DL><HR><A NAME="initHighscore()"><!-- --></A><H3>initHighscore</H3><PRE>protected void <B>initHighscore</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="communicateToHighscore(com.rapidminer.operator.learner.rules.ConjunctiveRuleModel, double[])"><!-- --></A><H3>communicateToHighscore</H3><PRE>protected boolean <B>communicateToHighscore</B>(<A HREF="../../../../../com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.html" title="class in com.rapidminer.operator.learner.rules">ConjunctiveRuleModel</A>&nbsp;rule,                                         double[]&nbsp;counts)                                  throws <A HREF="../../../../../com/rapidminer/parameter/UndefinedParameterError.html" title="class in com.rapidminer.parameter">UndefinedParameterError</A></PRE><DL><DD>Adds a rule to the set of best rules if its score is high enough. Currently just a single rule is stored. Additionally it is checked whether the rule is bad enough to be pruned.

⌨️ 快捷键说明

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