PageRenderTime 23ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/aima-all/release/javadoc/aima-core/aima/core/learning/learners/DecisionListLearner.html

http://aima-java.googlecode.com/
HTML | 379 lines | 313 code | 42 blank | 24 comment | 0 complexity | 2f0c97a2c620bac44561365cab9537bd 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. DecisionListLearner
  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="DecisionListLearner";
  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/learners/CurrentBestLearner.html" title="class in aima.core.learning.learners"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../aima/core/learning/learners/DecisionTreeLearner.html" title="class in aima.core.learning.learners"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?aima/core/learning/learners/DecisionListLearner.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="DecisionListLearner.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;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&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.learners</FONT>
  80. <BR>
  81. Class DecisionListLearner</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>aima.core.learning.learners.DecisionListLearner</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../aima/core/learning/framework/Learner.html" title="interface in aima.core.learning.framework">Learner</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>DecisionListLearner</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../aima/core/learning/framework/Learner.html" title="interface in aima.core.learning.framework">Learner</A></DL>
  92. </PRE>
  93. <P>
  94. <DL>
  95. <DT><B>Author:</B></DT>
  96. <DD>Ravi Mohan, Mike Stampone</DD>
  97. </DL>
  98. <HR>
  99. <P>
  100. <!-- =========== FIELD SUMMARY =========== -->
  101. <A NAME="field_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>Field 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>static&nbsp;java.lang.String</CODE></FONT></TD>
  110. <TD><CODE><B><A HREF="../../../../aima/core/learning/learners/DecisionListLearner.html#FAILURE">FAILURE</A></B></CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  113. </TR>
  114. </TABLE>
  115. &nbsp;
  116. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  117. <A NAME="constructor_summary"><!-- --></A>
  118. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  119. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  120. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  121. <B>Constructor Summary</B></FONT></TH>
  122. </TR>
  123. <TR BGCOLOR="white" CLASS="TableRowColor">
  124. <TD><CODE><B><A HREF="../../../../aima/core/learning/learners/DecisionListLearner.html#DecisionListLearner(java.lang.String, java.lang.String, aima.core.learning.inductive.DLTestFactory)">DecisionListLearner</A></B>(java.lang.String&nbsp;positive,
  125. java.lang.String&nbsp;negative,
  126. <A HREF="../../../../aima/core/learning/inductive/DLTestFactory.html" title="class in aima.core.learning.inductive">DLTestFactory</A>&nbsp;testFactory)</CODE>
  127. <BR>
  128. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  129. </TR>
  130. </TABLE>
  131. &nbsp;
  132. <!-- ========== METHOD SUMMARY =========== -->
  133. <A NAME="method_summary"><!-- --></A>
  134. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  135. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  136. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  137. <B>Method Summary</B></FONT></TH>
  138. </TR>
  139. <TR BGCOLOR="white" CLASS="TableRowColor">
  140. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  141. <CODE>&nbsp;<A HREF="../../../../aima/core/learning/inductive/DecisionList.html" title="class in aima.core.learning.inductive">DecisionList</A></CODE></FONT></TD>
  142. <TD><CODE><B><A HREF="../../../../aima/core/learning/learners/DecisionListLearner.html#getDecisionList()">getDecisionList</A></B>()</CODE>
  143. <BR>
  144. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the decision list of this decision list learner</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/learners/DecisionListLearner.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>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the outcome predicted for the specified example</TD>
  152. </TR>
  153. <TR BGCOLOR="white" CLASS="TableRowColor">
  154. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  155. <CODE>&nbsp;int[]</CODE></FONT></TD>
  156. <TD><CODE><B><A HREF="../../../../aima/core/learning/learners/DecisionListLearner.html#test(aima.core.learning.framework.DataSet)">test</A></B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds)</CODE>
  157. <BR>
  158. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the accuracy of the hypothesis on the specified set of examples</TD>
  159. </TR>
  160. <TR BGCOLOR="white" CLASS="TableRowColor">
  161. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  162. <CODE>&nbsp;void</CODE></FONT></TD>
  163. <TD><CODE><B><A HREF="../../../../aima/core/learning/learners/DecisionListLearner.html#train(aima.core.learning.framework.DataSet)">train</A></B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds)</CODE>
  164. <BR>
  165. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Induces the decision list from the specified set of examples</TD>
  166. </TR>
  167. </TABLE>
  168. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  169. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  170. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  171. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  172. </TR>
  173. <TR BGCOLOR="white" CLASS="TableRowColor">
  174. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  175. </TR>
  176. </TABLE>
  177. &nbsp;
  178. <P>
  179. <!-- ============ FIELD DETAIL =========== -->
  180. <A NAME="field_detail"><!-- --></A>
  181. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  182. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  183. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  184. <B>Field Detail</B></FONT></TH>
  185. </TR>
  186. </TABLE>
  187. <A NAME="FAILURE"><!-- --></A><H3>
  188. FAILURE</H3>
  189. <PRE>
  190. public static final java.lang.String <B>FAILURE</B></PRE>
  191. <DL>
  192. <DL>
  193. <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#aima.core.learning.learners.DecisionListLearner.FAILURE">Constant Field Values</A></DL>
  194. </DL>
  195. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  196. <A NAME="constructor_detail"><!-- --></A>
  197. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  198. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  199. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  200. <B>Constructor Detail</B></FONT></TH>
  201. </TR>
  202. </TABLE>
  203. <A NAME="DecisionListLearner(java.lang.String, java.lang.String, aima.core.learning.inductive.DLTestFactory)"><!-- --></A><H3>
  204. DecisionListLearner</H3>
  205. <PRE>
  206. public <B>DecisionListLearner</B>(java.lang.String&nbsp;positive,
  207. java.lang.String&nbsp;negative,
  208. <A HREF="../../../../aima/core/learning/inductive/DLTestFactory.html" title="class in aima.core.learning.inductive">DLTestFactory</A>&nbsp;testFactory)</PRE>
  209. <DL>
  210. </DL>
  211. <!-- ============ METHOD DETAIL ========== -->
  212. <A NAME="method_detail"><!-- --></A>
  213. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  214. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  215. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  216. <B>Method Detail</B></FONT></TH>
  217. </TR>
  218. </TABLE>
  219. <A NAME="train(aima.core.learning.framework.DataSet)"><!-- --></A><H3>
  220. train</H3>
  221. <PRE>
  222. public void <B>train</B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds)</PRE>
  223. <DL>
  224. <DD>Induces the decision list from the specified set of examples
  225. <P>
  226. <DD><DL>
  227. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../aima/core/learning/framework/Learner.html#train(aima.core.learning.framework.DataSet)">train</A></CODE> in interface <CODE><A HREF="../../../../aima/core/learning/framework/Learner.html" title="interface in aima.core.learning.framework">Learner</A></CODE></DL>
  228. </DD>
  229. <DD><DL>
  230. <DT><B>Parameters:</B><DD><CODE>ds</CODE> - a set of examples for constructing the decision list</DL>
  231. </DD>
  232. </DL>
  233. <HR>
  234. <A NAME="predict(aima.core.learning.framework.Example)"><!-- --></A><H3>
  235. predict</H3>
  236. <PRE>
  237. public java.lang.String <B>predict</B>(<A HREF="../../../../aima/core/learning/framework/Example.html" title="class in aima.core.learning.framework">Example</A>&nbsp;e)</PRE>
  238. <DL>
  239. <DD><B>Description copied from interface: <CODE><A HREF="../../../../aima/core/learning/framework/Learner.html#predict(aima.core.learning.framework.Example)">Learner</A></CODE></B></DD>
  240. <DD>Returns the outcome predicted for the specified example
  241. <P>
  242. <DD><DL>
  243. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../aima/core/learning/framework/Learner.html#predict(aima.core.learning.framework.Example)">predict</A></CODE> in interface <CODE><A HREF="../../../../aima/core/learning/framework/Learner.html" title="interface in aima.core.learning.framework">Learner</A></CODE></DL>
  244. </DD>
  245. <DD><DL>
  246. <DT><B>Parameters:</B><DD><CODE>e</CODE> - an example
  247. <DT><B>Returns:</B><DD>the outcome predicted for the specified example</DL>
  248. </DD>
  249. </DL>
  250. <HR>
  251. <A NAME="test(aima.core.learning.framework.DataSet)"><!-- --></A><H3>
  252. test</H3>
  253. <PRE>
  254. public int[] <B>test</B>(<A HREF="../../../../aima/core/learning/framework/DataSet.html" title="class in aima.core.learning.framework">DataSet</A>&nbsp;ds)</PRE>
  255. <DL>
  256. <DD><B>Description copied from interface: <CODE><A HREF="../../../../aima/core/learning/framework/Learner.html#test(aima.core.learning.framework.DataSet)">Learner</A></CODE></B></DD>
  257. <DD>Returns the accuracy of the hypothesis on the specified set of examples
  258. <P>
  259. <DD><DL>
  260. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../aima/core/learning/framework/Learner.html#test(aima.core.learning.framework.DataSet)">test</A></CODE> in interface <CODE><A HREF="../../../../aima/core/learning/framework/Learner.html" title="interface in aima.core.learning.framework">Learner</A></CODE></DL>
  261. </DD>
  262. <DD><DL>
  263. <DT><B>Parameters:</B><DD><CODE>ds</CODE> - the test data set.
  264. <DT><B>Returns:</B><DD>the accuracy of the hypothesis on the specified set of examples</DL>
  265. </DD>
  266. </DL>
  267. <HR>
  268. <A NAME="getDecisionList()"><!-- --></A><H3>
  269. getDecisionList</H3>
  270. <PRE>
  271. public <A HREF="../../../../aima/core/learning/inductive/DecisionList.html" title="class in aima.core.learning.inductive">DecisionList</A> <B>getDecisionList</B>()</PRE>
  272. <DL>
  273. <DD>Returns the decision list of this decision list learner
  274. <P>
  275. <DD><DL>
  276. </DL>
  277. </DD>
  278. <DD><DL>
  279. <DT><B>Returns:</B><DD>the decision list of this decision list learner</DL>
  280. </DD>
  281. </DL>
  282. <!-- ========= END OF CLASS DATA ========= -->
  283. <HR>
  284. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  285. <A NAME="navbar_bottom"><!-- --></A>
  286. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  287. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  288. <TR>
  289. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  290. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  291. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  292. <TR ALIGN="center" VALIGN="top">
  293. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  294. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  295. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  296. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  297. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  298. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  299. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  300. </TR>
  301. </TABLE>
  302. </TD>
  303. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  304. </EM>
  305. </TD>
  306. </TR>
  307. <TR>
  308. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  309. &nbsp;<A HREF="../../../../aima/core/learning/learners/CurrentBestLearner.html" title="class in aima.core.learning.learners"><B>PREV CLASS</B></A>&nbsp;
  310. &nbsp;<A HREF="../../../../aima/core/learning/learners/DecisionTreeLearner.html" title="class in aima.core.learning.learners"><B>NEXT CLASS</B></A></FONT></TD>
  311. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  312. <A HREF="../../../../index.html?aima/core/learning/learners/DecisionListLearner.html" target="_top"><B>FRAMES</B></A> &nbsp;
  313. &nbsp;<A HREF="DecisionListLearner.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  314. &nbsp;<SCRIPT type="text/javascript">
  315. <!--
  316. if(window==top) {
  317. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  318. }
  319. //-->
  320. </SCRIPT>
  321. <NOSCRIPT>
  322. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  323. </NOSCRIPT>
  324. </FONT></TD>
  325. </TR>
  326. <TR>
  327. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  328. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  329. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  330. DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  331. </TR>
  332. </TABLE>
  333. <A NAME="skip-navbar_bottom"></A>
  334. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  335. <HR>
  336. </BODY>
  337. </HTML>