PageRenderTime 53ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/aima-all/release/javadoc/aima-core/aima/core/learning/inductive/DecisionTree.html

http://aima-java.googlecode.com/
HTML | 432 lines | 362 code | 48 blank | 22 comment | 0 complexity | 2f0ddd79250929d7469a46a87eaab914 MD5 | raw file
Possible License(s): GPL-3.0, Apache-2.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_20) on Sun Jan 08 15:29:05 PST 2012 -->
  6. <TITLE>
  7. DecisionTree
  8. </TITLE>
  9. <META NAME="date" CONTENT="2012-01-08">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="DecisionTree";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../../aima/core/learning/inductive/DecisionList.html" title="class in aima.core.learning.inductive"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../aima/core/learning/inductive/DLTest.html" title="class in aima.core.learning.inductive"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?aima/core/learning/inductive/DecisionTree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="DecisionTree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. <FONT SIZE="-1">
  79. aima.core.learning.inductive</FONT>
  80. <BR>
  81. Class DecisionTree</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>aima.core.learning.inductive.DecisionTree</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../aima/core/learning/inductive/ConstantDecisonTree.html" title="class in aima.core.learning.inductive">ConstantDecisonTree</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>DecisionTree</B><DT>extends java.lang.Object</DL>
  92. </PRE>
  93. <P>
  94. <DL>
  95. <DT><B>Author:</B></DT>
  96. <DD>Ravi Mohan</DD>
  97. </DL>
  98. <HR>
  99. <P>
  100. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  101. <A NAME="constructor_summary"><!-- --></A>
  102. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  103. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  104. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  105. <B>Constructor Summary</B></FONT></TH>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  109. <CODE>protected </CODE></FONT></TD>
  110. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#DecisionTree()">DecisionTree</A></B>()</CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  113. </TR>
  114. <TR BGCOLOR="white" CLASS="TableRowColor">
  115. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  116. <CODE>&nbsp;</CODE></FONT></TD>
  117. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#DecisionTree(java.lang.String)">DecisionTree</A></B>(java.lang.String&nbsp;attributeName)</CODE>
  118. <BR>
  119. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  120. </TR>
  121. </TABLE>
  122. &nbsp;
  123. <!-- ========== METHOD SUMMARY =========== -->
  124. <A NAME="method_summary"><!-- --></A>
  125. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  126. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  127. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  128. <B>Method Summary</B></FONT></TH>
  129. </TR>
  130. <TR BGCOLOR="white" CLASS="TableRowColor">
  131. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  132. <CODE>&nbsp;void</CODE></FONT></TD>
  133. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#addLeaf(java.lang.String, java.lang.String)">addLeaf</A></B>(java.lang.String&nbsp;attributeValue,
  134. java.lang.String&nbsp;decision)</CODE>
  135. <BR>
  136. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  140. <CODE>&nbsp;void</CODE></FONT></TD>
  141. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#addNode(java.lang.String, aima.core.learning.inductive.DecisionTree)">addNode</A></B>(java.lang.String&nbsp;attributeValue,
  142. <A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A>&nbsp;tree)</CODE>
  143. <BR>
  144. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  145. </TR>
  146. <TR BGCOLOR="white" CLASS="TableRowColor">
  147. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  148. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  149. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#getAttributeName()">getAttributeName</A></B>()</CODE>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  152. </TR>
  153. <TR BGCOLOR="white" CLASS="TableRowColor">
  154. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  155. <CODE>static&nbsp;<A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A></CODE></FONT></TD>
  156. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#getStumpFor(aima.core.learning.framework.DataSet, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.lang.String)">getStumpFor</A></B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds,
  157. java.lang.String&nbsp;attributeName,
  158. java.lang.String&nbsp;attributeValue,
  159. java.lang.String&nbsp;returnValueIfMatched,
  160. java.util.List&lt;java.lang.String&gt;&nbsp;unmatchedValues,
  161. java.lang.String&nbsp;returnValueIfUnmatched)</CODE>
  162. <BR>
  163. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  164. </TR>
  165. <TR BGCOLOR="white" CLASS="TableRowColor">
  166. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  167. <CODE>static&nbsp;java.util.List&lt;<A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A>&gt;</CODE></FONT></TD>
  168. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#getStumpsFor(aima.core.learning.framework.DataSet, java.lang.String, java.lang.String)">getStumpsFor</A></B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds,
  169. java.lang.String&nbsp;returnValueIfMatched,
  170. java.lang.String&nbsp;returnValueIfUnmatched)</CODE>
  171. <BR>
  172. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  173. </TR>
  174. <TR BGCOLOR="white" CLASS="TableRowColor">
  175. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  176. <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
  177. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#predict(aima.core.learning.framework.Example)">predict</A></B>(<A HREF="../../../../aima/core/learning/framework/Example.html" title="class in aima.core.learning.framework">Example</A>&nbsp;e)</CODE>
  178. <BR>
  179. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  180. </TR>
  181. <TR BGCOLOR="white" CLASS="TableRowColor">
  182. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  183. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  184. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#toString()">toString</A></B>()</CODE>
  185. <BR>
  186. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  187. </TR>
  188. <TR BGCOLOR="white" CLASS="TableRowColor">
  189. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  190. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  191. <TD><CODE><B><A HREF="../../../../aima/core/learning/inductive/DecisionTree.html#toString(int, java.lang.StringBuffer)">toString</A></B>(int&nbsp;depth,
  192. java.lang.StringBuffer&nbsp;buf)</CODE>
  193. <BR>
  194. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  195. </TR>
  196. </TABLE>
  197. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  198. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  199. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  200. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  201. </TR>
  202. <TR BGCOLOR="white" CLASS="TableRowColor">
  203. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  204. </TR>
  205. </TABLE>
  206. &nbsp;
  207. <P>
  208. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  209. <A NAME="constructor_detail"><!-- --></A>
  210. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  211. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  212. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  213. <B>Constructor Detail</B></FONT></TH>
  214. </TR>
  215. </TABLE>
  216. <A NAME="DecisionTree()"><!-- --></A><H3>
  217. DecisionTree</H3>
  218. <PRE>
  219. protected <B>DecisionTree</B>()</PRE>
  220. <DL>
  221. </DL>
  222. <HR>
  223. <A NAME="DecisionTree(java.lang.String)"><!-- --></A><H3>
  224. DecisionTree</H3>
  225. <PRE>
  226. public <B>DecisionTree</B>(java.lang.String&nbsp;attributeName)</PRE>
  227. <DL>
  228. </DL>
  229. <!-- ============ METHOD DETAIL ========== -->
  230. <A NAME="method_detail"><!-- --></A>
  231. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  232. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  233. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  234. <B>Method Detail</B></FONT></TH>
  235. </TR>
  236. </TABLE>
  237. <A NAME="addLeaf(java.lang.String, java.lang.String)"><!-- --></A><H3>
  238. addLeaf</H3>
  239. <PRE>
  240. public void <B>addLeaf</B>(java.lang.String&nbsp;attributeValue,
  241. java.lang.String&nbsp;decision)</PRE>
  242. <DL>
  243. <DD><DL>
  244. </DL>
  245. </DD>
  246. </DL>
  247. <HR>
  248. <A NAME="addNode(java.lang.String, aima.core.learning.inductive.DecisionTree)"><!-- --></A><H3>
  249. addNode</H3>
  250. <PRE>
  251. public void <B>addNode</B>(java.lang.String&nbsp;attributeValue,
  252. <A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A>&nbsp;tree)</PRE>
  253. <DL>
  254. <DD><DL>
  255. </DL>
  256. </DD>
  257. </DL>
  258. <HR>
  259. <A NAME="predict(aima.core.learning.framework.Example)"><!-- --></A><H3>
  260. predict</H3>
  261. <PRE>
  262. public java.lang.Object <B>predict</B>(<A HREF="../../../../aima/core/learning/framework/Example.html" title="class in aima.core.learning.framework">Example</A>&nbsp;e)</PRE>
  263. <DL>
  264. <DD><DL>
  265. </DL>
  266. </DD>
  267. </DL>
  268. <HR>
  269. <A NAME="getStumpFor(aima.core.learning.framework.DataSet, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.lang.String)"><!-- --></A><H3>
  270. getStumpFor</H3>
  271. <PRE>
  272. public static <A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A> <B>getStumpFor</B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds,
  273. java.lang.String&nbsp;attributeName,
  274. java.lang.String&nbsp;attributeValue,
  275. java.lang.String&nbsp;returnValueIfMatched,
  276. java.util.List&lt;java.lang.String&gt;&nbsp;unmatchedValues,
  277. java.lang.String&nbsp;returnValueIfUnmatched)</PRE>
  278. <DL>
  279. <DD><DL>
  280. </DL>
  281. </DD>
  282. </DL>
  283. <HR>
  284. <A NAME="getStumpsFor(aima.core.learning.framework.DataSet, java.lang.String, java.lang.String)"><!-- --></A><H3>
  285. getStumpsFor</H3>
  286. <PRE>
  287. public static java.util.List&lt;<A HREF="../../../../aima/core/learning/inductive/DecisionTree.html" title="class in aima.core.learning.inductive">DecisionTree</A>&gt; <B>getStumpsFor</B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds,
  288. java.lang.String&nbsp;returnValueIfMatched,
  289. java.lang.String&nbsp;returnValueIfUnmatched)</PRE>
  290. <DL>
  291. <DD><DL>
  292. </DL>
  293. </DD>
  294. </DL>
  295. <HR>
  296. <A NAME="getAttributeName()"><!-- --></A><H3>
  297. getAttributeName</H3>
  298. <PRE>
  299. public java.lang.String <B>getAttributeName</B>()</PRE>
  300. <DL>
  301. <DD><DL>
  302. <DT><B>Returns:</B><DD>Returns the attributeName.</DL>
  303. </DD>
  304. </DL>
  305. <HR>
  306. <A NAME="toString()"><!-- --></A><H3>
  307. toString</H3>
  308. <PRE>
  309. public java.lang.String <B>toString</B>()</PRE>
  310. <DL>
  311. <DD><DL>
  312. <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
  313. </DD>
  314. <DD><DL>
  315. </DL>
  316. </DD>
  317. </DL>
  318. <HR>
  319. <A NAME="toString(int, java.lang.StringBuffer)"><!-- --></A><H3>
  320. toString</H3>
  321. <PRE>
  322. public java.lang.String <B>toString</B>(int&nbsp;depth,
  323. java.lang.StringBuffer&nbsp;buf)</PRE>
  324. <DL>
  325. <DD><DL>
  326. </DL>
  327. </DD>
  328. </DL>
  329. <!-- ========= END OF CLASS DATA ========= -->
  330. <HR>
  331. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  332. <A NAME="navbar_bottom"><!-- --></A>
  333. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  334. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  335. <TR>
  336. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  337. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  338. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  339. <TR ALIGN="center" VALIGN="top">
  340. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  341. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  342. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  343. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  344. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  345. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  346. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  347. </TR>
  348. </TABLE>
  349. </TD>
  350. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  351. </EM>
  352. </TD>
  353. </TR>
  354. <TR>
  355. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  356. &nbsp;<A HREF="../../../../aima/core/learning/inductive/DecisionList.html" title="class in aima.core.learning.inductive"><B>PREV CLASS</B></A>&nbsp;
  357. &nbsp;<A HREF="../../../../aima/core/learning/inductive/DLTest.html" title="class in aima.core.learning.inductive"><B>NEXT CLASS</B></A></FONT></TD>
  358. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  359. <A HREF="../../../../index.html?aima/core/learning/inductive/DecisionTree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  360. &nbsp;<A HREF="DecisionTree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  361. &nbsp;<SCRIPT type="text/javascript">
  362. <!--
  363. if(window==top) {
  364. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  365. }
  366. //-->
  367. </SCRIPT>
  368. <NOSCRIPT>
  369. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  370. </NOSCRIPT>
  371. </FONT></TD>
  372. </TR>
  373. <TR>
  374. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  375. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  376. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  377. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  378. </TR>
  379. </TABLE>
  380. <A NAME="skip-navbar_bottom"></A>
  381. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  382. <HR>
  383. </BODY>
  384. </HTML>