package-summary.html

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

HTML
355
字号
<TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/FrequencyCalculator.html" title="class in com.rapidminer.operator.learner.tree">FrequencyCalculator</A></B></TD><TD>Calculates frequencies and weights.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/GainRatioCriterion.html" title="class in com.rapidminer.operator.learner.tree">GainRatioCriterion</A></B></TD><TD>The gain ratio divides the information gain by the prior split info in order to prevent id-like attributes to be selected as the best.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/GiniIndexCriterion.html" title="class in com.rapidminer.operator.learner.tree">GiniIndexCriterion</A></B></TD><TD>Calculates the Gini index for the given split.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/GreaterSplitCondition.html" title="class in com.rapidminer.operator.learner.tree">GreaterSplitCondition</A></B></TD><TD>Returns true if the value of the desired attribute is greater then a given threshold.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/ID3Learner.html" title="class in com.rapidminer.operator.learner.tree">ID3Learner</A></B></TD><TD>This operator learns decision trees without pruning using nominal attributes only.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/ID3NumericalLearner.html" title="class in com.rapidminer.operator.learner.tree">ID3NumericalLearner</A></B></TD><TD>This operator learns decision trees without pruning using both nominal and numerical attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/InfoGainCriterion.html" title="class in com.rapidminer.operator.learner.tree">InfoGainCriterion</A></B></TD><TD>This criterion implements the well known information gain in  order to calculate the benefit of a split.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/LessEqualsSplitCondition.html" title="class in com.rapidminer.operator.learner.tree">LessEqualsSplitCondition</A></B></TD><TD>A split condition for numerical values (less equals).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/MaxDepthTermination.html" title="class in com.rapidminer.operator.learner.tree">MaxDepthTermination</A></B></TD><TD>Terminates if a maximal depth is reached.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/MinSizeTermination.html" title="class in com.rapidminer.operator.learner.tree">MinSizeTermination</A></B></TD><TD>Terminates if the example set has less than minSize examples.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.html" title="class in com.rapidminer.operator.learner.tree">MultiCriterionDecisionStumps</A></B></TD><TD>A DecisionStump clone that allows to specify different utility functions.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.DecisionStumpModel.html" title="class in com.rapidminer.operator.learner.tree">MultiCriterionDecisionStumps.DecisionStumpModel</A></B></TD><TD>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/NoAttributeLeftTermination.html" title="class in com.rapidminer.operator.learner.tree">NoAttributeLeftTermination</A></B></TD><TD>Terminates if the example set does not have any regular attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/NominalSplitCondition.html" title="class in com.rapidminer.operator.learner.tree">NominalSplitCondition</A></B></TD><TD>A split condition for nominal values (equals).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/NumericalSplitter.html" title="class in com.rapidminer.operator.learner.tree">NumericalSplitter</A></B></TD><TD>Calculates the best split point for numerical attributes according to  a given criterion.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/PessimisticPruner.html" title="class in com.rapidminer.operator.learner.tree">PessimisticPruner</A></B></TD><TD>This class provides a pruner based on some heuristic statistics.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/RandomForestLearner.html" title="class in com.rapidminer.operator.learner.tree">RandomForestLearner</A></B></TD><TD>This operators learns a random forest.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.html" title="class in com.rapidminer.operator.learner.tree">RandomSubsetPreprocessing</A></B></TD><TD>Selects a random subset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/RandomTreeLearner.html" title="class in com.rapidminer.operator.learner.tree">RandomTreeLearner</A></B></TD><TD> This operator learns decision trees from both nominal and numerical data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/RelevanceTreeLearner.html" title="class in com.rapidminer.operator.learner.tree">RelevanceTreeLearner</A></B></TD><TD>Learns a pruned decision tree based on arbitrary feature relevance measurements defined by an inner operator (use for example <A HREF="../../../../../com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.html" title="class in com.rapidminer.operator.features.weighting"><CODE>InfoGainRatioWeighting</CODE></A> for C4.5 and <A HREF="../../../../../com/rapidminer/operator/features/weighting/ChiSquaredWeighting.html" title="class in com.rapidminer.operator.features.weighting"><CODE>ChiSquaredWeighting</CODE></A> for CHAID.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/SingleLabelTermination.html" title="class in com.rapidminer.operator.learner.tree">SingleLabelTermination</A></B></TD><TD>This criterion terminates if only one single label is left.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/Tree.html" title="class in com.rapidminer.operator.learner.tree">Tree</A></B></TD><TD>A tree is a node in a tree model containing several edges to other trees (children) combined with conditions at these edges.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/TreeBuilder.html" title="class in com.rapidminer.operator.learner.tree">TreeBuilder</A></B></TD><TD>Build a tree from an example set.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../../com/rapidminer/operator/learner/tree/TreeModel.html" title="class in com.rapidminer.operator.learner.tree">TreeModel</A></B></TD><TD>The tree model is the model created by all decision trees.</TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.operator.learner.tree Description</H2><P>Provides decision tree learners.<P><P><DL></DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../../com/rapidminer/operator/learner/rules/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../../../com/rapidminer/operator/learner/weka/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html?com/rapidminer/operator/learner/tree/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright &#169; 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>

⌨️ 快捷键说明

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