ai4r 1.5 → 1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. data/examples/clusterers/simple_website_clustering.rb +47 -0
  2. data/lib/ai4r.rb +7 -0
  3. data/lib/ai4r/classifiers/hyperpipes.rb +118 -0
  4. data/lib/ai4r/clusterers/average_linkage.rb +22 -23
  5. data/lib/ai4r/clusterers/centroid_linkage.rb +66 -0
  6. data/lib/ai4r/clusterers/complete_linkage.rb +17 -12
  7. data/lib/ai4r/clusterers/diana.rb +139 -0
  8. data/lib/ai4r/clusterers/median_linkage.rb +61 -0
  9. data/lib/ai4r/clusterers/single_linkage.rb +57 -42
  10. data/lib/ai4r/clusterers/ward_linkage.rb +64 -0
  11. data/lib/ai4r/clusterers/weighted_average_linkage.rb +61 -0
  12. data/lib/ai4r/data/constants.rb +18 -0
  13. data/lib/ai4r/data/data_set.rb +5 -3
  14. data/lib/ai4r/data/proximity.rb +18 -0
  15. data/test/clusterers/average_linkage_test.rb +14 -11
  16. data/test/clusterers/bisecting_k_means_test.rb +9 -0
  17. data/test/clusterers/centroid_linkage_test.rb +50 -0
  18. data/test/clusterers/complete_linkage_test.rb +14 -5
  19. data/test/clusterers/diana_test.rb +69 -0
  20. data/test/clusterers/k_means_test.rb +9 -0
  21. data/test/clusterers/median_linkage_test.rb +50 -0
  22. data/test/clusterers/single_linkage_test.rb +15 -6
  23. data/test/clusterers/ward_linkage_test.rb +50 -0
  24. data/test/clusterers/weighted_average_linkage_test.rb +50 -0
  25. data/test/data/data_set_test.rb +14 -0
  26. data/test/data/proximity_test.rb +10 -0
  27. metadata +87 -298
  28. data/site/build/site/en/broken-links.xml +0 -2
  29. data/site/build/site/en/build/tmp/build-info.xml +0 -5
  30. data/site/build/site/en/build/tmp/plugins-1.xml +0 -212
  31. data/site/build/site/en/build/tmp/plugins-2.xml +0 -252
  32. data/site/build/site/en/build/tmp/projfilters.properties +0 -41
  33. data/site/build/site/en/downloads.html +0 -200
  34. data/site/build/site/en/downloads.pdf +0 -151
  35. data/site/build/site/en/geneticAlgorithms.html +0 -591
  36. data/site/build/site/en/geneticAlgorithms.pdf +0 -934
  37. data/site/build/site/en/images/ai4r-logo.png +0 -0
  38. data/site/build/site/en/images/built-with-forrest-button.png +0 -0
  39. data/site/build/site/en/images/c.png +0 -0
  40. data/site/build/site/en/images/c_wbn.png +0 -0
  41. data/site/build/site/en/images/c_wn.png +0 -0
  42. data/site/build/site/en/images/ero.gif +0 -0
  43. data/site/build/site/en/images/europe2.png +0 -0
  44. data/site/build/site/en/images/europe3.png +0 -0
  45. data/site/build/site/en/images/fitness.png +0 -0
  46. data/site/build/site/en/images/genetic_algorithms_example.png +0 -0
  47. data/site/build/site/en/images/instruction_arrow.png +0 -0
  48. data/site/build/site/en/images/jadeferret.png +0 -0
  49. data/site/build/site/en/images/my_email.png +0 -0
  50. data/site/build/site/en/images/neural_network_example.png +0 -0
  51. data/site/build/site/en/images/rubyforge.png +0 -0
  52. data/site/build/site/en/images/s.png +0 -0
  53. data/site/build/site/en/images/s_wbn.png +0 -0
  54. data/site/build/site/en/images/s_wn.png +0 -0
  55. data/site/build/site/en/images/sigmoid.png +0 -0
  56. data/site/build/site/en/images/t.png +0 -0
  57. data/site/build/site/en/images/t_wbn.png +0 -0
  58. data/site/build/site/en/images/t_wn.png +0 -0
  59. data/site/build/site/en/index.html +0 -390
  60. data/site/build/site/en/index.pdf +0 -657
  61. data/site/build/site/en/linkmap.html +0 -261
  62. data/site/build/site/en/linkmap.pdf +0 -94
  63. data/site/build/site/en/locationmap.xml +0 -72
  64. data/site/build/site/en/machineLearning.html +0 -340
  65. data/site/build/site/en/machineLearning.pdf +0 -337
  66. data/site/build/site/en/neuralNetworks.html +0 -521
  67. data/site/build/site/en/neuralNetworks.pdf +0 -671
  68. data/site/build/site/en/skin/CommonMessages_de.xml +0 -23
  69. data/site/build/site/en/skin/CommonMessages_en_US.xml +0 -23
  70. data/site/build/site/en/skin/CommonMessages_es.xml +0 -23
  71. data/site/build/site/en/skin/CommonMessages_fr.xml +0 -23
  72. data/site/build/site/en/skin/basic.css +0 -166
  73. data/site/build/site/en/skin/breadcrumbs-optimized.js +0 -90
  74. data/site/build/site/en/skin/breadcrumbs.js +0 -237
  75. data/site/build/site/en/skin/fontsize.js +0 -166
  76. data/site/build/site/en/skin/getBlank.js +0 -40
  77. data/site/build/site/en/skin/getMenu.js +0 -45
  78. data/site/build/site/en/skin/images/README.txt +0 -1
  79. data/site/build/site/en/skin/images/add.jpg +0 -0
  80. data/site/build/site/en/skin/images/built-with-forrest-button.png +0 -0
  81. data/site/build/site/en/skin/images/chapter.gif +0 -0
  82. data/site/build/site/en/skin/images/chapter_open.gif +0 -0
  83. data/site/build/site/en/skin/images/current.gif +0 -0
  84. data/site/build/site/en/skin/images/error.png +0 -0
  85. data/site/build/site/en/skin/images/external-link.gif +0 -0
  86. data/site/build/site/en/skin/images/fix.jpg +0 -0
  87. data/site/build/site/en/skin/images/forrest-credit-logo.png +0 -0
  88. data/site/build/site/en/skin/images/hack.jpg +0 -0
  89. data/site/build/site/en/skin/images/header_white_line.gif +0 -0
  90. data/site/build/site/en/skin/images/info.png +0 -0
  91. data/site/build/site/en/skin/images/instruction_arrow.png +0 -0
  92. data/site/build/site/en/skin/images/label.gif +0 -0
  93. data/site/build/site/en/skin/images/page.gif +0 -0
  94. data/site/build/site/en/skin/images/pdfdoc.gif +0 -0
  95. data/site/build/site/en/skin/images/poddoc.png +0 -0
  96. data/site/build/site/en/skin/images/printer.gif +0 -0
  97. data/site/build/site/en/skin/images/rc-b-l-15-1body-2menu-3menu.png +0 -0
  98. data/site/build/site/en/skin/images/rc-b-r-15-1body-2menu-3menu.png +0 -0
  99. data/site/build/site/en/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  100. data/site/build/site/en/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png +0 -0
  101. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png +0 -0
  102. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  103. data/site/build/site/en/skin/images/rc-t-r-15-1body-2menu-3menu.png +0 -0
  104. data/site/build/site/en/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png +0 -0
  105. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  106. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  107. data/site/build/site/en/skin/images/remove.jpg +0 -0
  108. data/site/build/site/en/skin/images/rss.png +0 -0
  109. data/site/build/site/en/skin/images/spacer.gif +0 -0
  110. data/site/build/site/en/skin/images/success.png +0 -0
  111. data/site/build/site/en/skin/images/txtdoc.png +0 -0
  112. data/site/build/site/en/skin/images/update.jpg +0 -0
  113. data/site/build/site/en/skin/images/valid-html401.png +0 -0
  114. data/site/build/site/en/skin/images/vcss.png +0 -0
  115. data/site/build/site/en/skin/images/warning.png +0 -0
  116. data/site/build/site/en/skin/images/xmldoc.gif +0 -0
  117. data/site/build/site/en/skin/menu.js +0 -48
  118. data/site/build/site/en/skin/note.txt +0 -50
  119. data/site/build/site/en/skin/print.css +0 -54
  120. data/site/build/site/en/skin/profile.css +0 -163
  121. data/site/build/site/en/skin/prototype.js +0 -1257
  122. data/site/build/site/en/skin/screen.css +0 -587
  123. data/site/build/site/en/sourceCode.html +0 -244
  124. data/site/build/site/en/sourceCode.pdf +0 -278
  125. data/site/build/site/en/svn.html +0 -244
  126. data/site/build/site/en/svn.pdf +0 -278
  127. data/site/build/tmp/brokenlinks.xml +0 -2
  128. data/site/build/tmp/build-info.xml +0 -5
  129. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data +0 -0
  130. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index +0 -0
  131. data/site/build/tmp/input.xmap +0 -32
  132. data/site/build/tmp/internal.xmap +0 -32
  133. data/site/build/tmp/locationmap.xml +0 -29
  134. data/site/build/tmp/output.xmap +0 -38
  135. data/site/build/tmp/pluginlist2fetchbuild.xml +0 -144
  136. data/site/build/tmp/plugins-1.xml +0 -201
  137. data/site/build/tmp/plugins-2.xml +0 -401
  138. data/site/build/tmp/projfilters.properties +0 -41
  139. data/site/build/tmp/resources.xmap +0 -32
  140. data/site/build/webapp/WEB-INF/logs/access.log +0 -0
  141. data/site/build/webapp/WEB-INF/logs/core.log +0 -775
  142. data/site/build/webapp/WEB-INF/logs/debug.log +0 -0
  143. data/site/build/webapp/WEB-INF/logs/error.log +0 -213
  144. data/site/build/webapp/WEB-INF/logs/flow.log +0 -0
  145. data/site/build/webapp/WEB-INF/logs/idgen.log +0 -0
  146. data/site/build/webapp/WEB-INF/logs/linkrewriter.log +0 -0
  147. data/site/build/webapp/WEB-INF/logs/locationmap.log +0 -0
  148. data/site/build/webapp/WEB-INF/logs/sitemap.log +0 -0
  149. data/site/build/webapp/WEB-INF/logs/xmlform.log +0 -0
  150. data/site/forrest.properties +0 -152
  151. data/site/forrest.properties.dispatcher.properties +0 -25
  152. data/site/forrest.properties.xml +0 -29
  153. data/site/src/documentation/README.txt +0 -7
  154. data/site/src/documentation/classes/CatalogManager.properties +0 -62
  155. data/site/src/documentation/content/locationmap.xml +0 -72
  156. data/site/src/documentation/content/xdocs/downloads.html +0 -9
  157. data/site/src/documentation/content/xdocs/geneticAlgorithms.xml +0 -294
  158. data/site/src/documentation/content/xdocs/index.xml +0 -129
  159. data/site/src/documentation/content/xdocs/machineLearning.xml +0 -131
  160. data/site/src/documentation/content/xdocs/neuralNetworks.xml +0 -270
  161. data/site/src/documentation/content/xdocs/site.xml +0 -54
  162. data/site/src/documentation/content/xdocs/sourceCode.xml +0 -43
  163. data/site/src/documentation/content/xdocs/tabs.xml +0 -35
  164. data/site/src/documentation/resources/images/ai4r-logo.png +0 -0
  165. data/site/src/documentation/resources/images/c.png +0 -0
  166. data/site/src/documentation/resources/images/c_wbn.png +0 -0
  167. data/site/src/documentation/resources/images/c_wn.png +0 -0
  168. data/site/src/documentation/resources/images/ellipse-2.svg +0 -30
  169. data/site/src/documentation/resources/images/ero.gif +0 -0
  170. data/site/src/documentation/resources/images/europe2.png +0 -0
  171. data/site/src/documentation/resources/images/europe3.png +0 -0
  172. data/site/src/documentation/resources/images/fitness.png +0 -0
  173. data/site/src/documentation/resources/images/genetic_algorithms_example.png +0 -0
  174. data/site/src/documentation/resources/images/icon-a.png +0 -0
  175. data/site/src/documentation/resources/images/icon-b.png +0 -0
  176. data/site/src/documentation/resources/images/icon.png +0 -0
  177. data/site/src/documentation/resources/images/jadeferret.png +0 -0
  178. data/site/src/documentation/resources/images/my_email.png +0 -0
  179. data/site/src/documentation/resources/images/neural_network_example.png +0 -0
  180. data/site/src/documentation/resources/images/project-logo.png +0 -0
  181. data/site/src/documentation/resources/images/rubyforge.png +0 -0
  182. data/site/src/documentation/resources/images/s.png +0 -0
  183. data/site/src/documentation/resources/images/s_wbn.png +0 -0
  184. data/site/src/documentation/resources/images/s_wn.png +0 -0
  185. data/site/src/documentation/resources/images/sigmoid.png +0 -0
  186. data/site/src/documentation/resources/images/sub-dir/icon-c.png +0 -0
  187. data/site/src/documentation/resources/images/t.png +0 -0
  188. data/site/src/documentation/resources/images/t_wbn.png +0 -0
  189. data/site/src/documentation/resources/images/t_wn.png +0 -0
  190. data/site/src/documentation/resources/schema/catalog.xcat +0 -29
  191. data/site/src/documentation/resources/schema/hello-v10.dtd +0 -51
  192. data/site/src/documentation/resources/schema/symbols-project-v10.ent +0 -26
  193. data/site/src/documentation/resources/stylesheets/hello2document.xsl +0 -33
  194. data/site/src/documentation/sitemap.xmap +0 -66
  195. data/site/src/documentation/skinconf.xml +0 -418
  196. data/site/src/documentation/translations/langcode.xml +0 -29
  197. data/site/src/documentation/translations/languages_de.xml +0 -24
  198. data/site/src/documentation/translations/languages_en.xml +0 -24
  199. data/site/src/documentation/translations/languages_es.xml +0 -22
  200. data/site/src/documentation/translations/languages_fr.xml +0 -24
  201. data/site/src/documentation/translations/languages_nl.xml +0 -24
  202. data/site/src/documentation/translations/menu.xml +0 -33
  203. data/site/src/documentation/translations/menu_af.xml +0 -33
  204. data/site/src/documentation/translations/menu_de.xml +0 -33
  205. data/site/src/documentation/translations/menu_es.xml +0 -33
  206. data/site/src/documentation/translations/menu_fr.xml +0 -33
  207. data/site/src/documentation/translations/menu_it.xml +0 -33
  208. data/site/src/documentation/translations/menu_nl.xml +0 -33
  209. data/site/src/documentation/translations/menu_no.xml +0 -33
  210. data/site/src/documentation/translations/menu_ru.xml +0 -33
  211. data/site/src/documentation/translations/menu_sk.xml +0 -33
  212. data/site/src/documentation/translations/tabs.xml +0 -22
  213. data/site/src/documentation/translations/tabs_de.xml +0 -22
  214. data/site/src/documentation/translations/tabs_es.xml +0 -22
  215. data/site/src/documentation/translations/tabs_fr.xml +0 -22
  216. data/site/src/documentation/translations/tabs_nl.xml +0 -22
@@ -1,244 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
- <html>
3
- <head>
4
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <meta content="Apache Forrest" name="Generator">
6
- <meta name="Forrest-version" content="0.8">
7
- <meta name="Forrest-skin-name" content="pelt">
8
- <title>Subversion repository for ai4r (Artificial Intelligence for Ruby)</title>
9
- <link type="text/css" href="skin/basic.css" rel="stylesheet">
10
- <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
11
- <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
12
- <link type="text/css" href="skin/profile.css" rel="stylesheet">
13
- <script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
14
- <link rel="shortcut icon" href="">
15
- </head>
16
- <body onload="init()">
17
- <script type="text/javascript">ndeSetTextSize();</script>
18
- <div id="top">
19
- <!--+
20
- |header
21
- +-->
22
- <div class="header">
23
- <!--+
24
- |start group logo
25
- +-->
26
- <div class="grouplogo">
27
- <a href="http://www.jadeferret.com"><img class="logoImage" alt="Jade Ferret" src="images/jadeferret.png" title="Jade Ferret"></a>
28
- </div>
29
- <!--+
30
- |end group logo
31
- +-->
32
- <!--+
33
- |start Project Logo
34
- +-->
35
- <div class="projectlogo">
36
- <a href="http://ai4r.rubyforge.org/"><img class="logoImage" alt="ai4r" src="images/ai4r-logo.png" title="AI4R - Artificial Intelligence for Ruby"></a>
37
- </div>
38
- <!--+
39
- |end Project Logo
40
- +-->
41
- <!--+
42
- |start Search
43
- +-->
44
- <div class="searchbox">
45
- <div class="roundtopsmall">
46
- <form target="_top" action="http://www.google.com/custom" method="get">
47
- <input value="ai4r.rubyforge.org;raa.ruby-lang.org;rubyforge.org" name="domains" type="hidden"><label style="display: none" for="sbi">Enter your search terms</label><input id="sbi" value="" maxlength="255" size="31" name="q" type="text"><label style="display: none" for="sbb">Submit search form</label><input id="sbb" value="Search" name="sa" type="submit"><span style="display:none"><input id="ss0" value="" name="sitesearch" style="display=none" type="radio"><input id="ss1" checked value="ai4r.rubyforge.org" name="sitesearch" style="display=none" type="radio"><input id="ss2" value="raa.ruby-lang.org" name="sitesearch" style="display=none" type="radio"><input id="ss3" value="rubyforge.org" name="sitesearch" style="display=none" type="radio"></span><input value="pub-2578934938711895" name="client" type="hidden"><input value="1" name="forid" type="hidden"><input value="ISO-8859-1" name="ie" type="hidden"><input value="ISO-8859-1" name="oe" type="hidden"><input value="active" name="safe" type="hidden"><input value="0000" name="flav" type="hidden"><input value="XEZZoGuMPMQqvUG_" name="sig" type="hidden"><input value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:78;L:http://ai4r.rubyforge.org/images/ai4r-logo.png;S:http://ai4r.rubyforge.org/;FORID:1" name="cof" type="hidden"><input value="en" name="hl" type="hidden">
48
- </form>
49
- </div>
50
- </div>
51
- <!--+
52
- |end search
53
- +-->
54
- <!--+
55
- |start Tabs
56
- +-->
57
- <ul id="tabs">
58
- <li class="current">
59
- <a class="selected" href="index.html">Home</a>
60
- </li>
61
- </ul>
62
- <!--+
63
- |end Tabs
64
- +-->
65
- </div>
66
- </div>
67
- <div id="main">
68
- <div id="publishedStrip">
69
- <!--+
70
- |start Subtabs
71
- +-->
72
- <div id="level2tabs"></div>
73
- <!--+
74
- |end Endtabs
75
- +-->
76
- <script type="text/javascript"><!--
77
- document.write("Last Published: " + document.lastModified);
78
- // --></script>
79
- </div>
80
- <!--+
81
- |breadtrail
82
- +-->
83
- <div class="breadtrail">
84
-
85
- &nbsp;
86
- </div>
87
- <!--+
88
- |start Menu, mainarea
89
- +-->
90
- <!--+
91
- |start Menu
92
- +-->
93
- <div id="menu">
94
- <div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Home</div>
95
- <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
96
- <div class="menuitem">
97
- <a href="index.html" title="ai4r - Artificial Intelligence for Ruby">Index</a>
98
- </div>
99
- <div onclick="SwitchMenu('menu_1.1.2', 'skin/')" id="menu_1.1.2Title" class="menutitle">Practical Examples</div>
100
- <div id="menu_1.1.2" class="menuitemgroup">
101
- <div class="menuitem">
102
- <a href="geneticAlgorithms.html" title="Genetic Algorithms in ruby">Genetic Algorithms</a>
103
- </div>
104
- <div class="menuitem">
105
- <a href="machineLearning.html" title="ID3 Decision Trees in ruby">Machine Learning</a>
106
- </div>
107
- <div class="menuitem">
108
- <a href="neuralNetworks.html" title="Backpropagation Neural Network in ruby">Neural Networks</a>
109
- </div>
110
- </div>
111
- <div class="menuitem">
112
- <a href="downloads.html" title="ai4r - Download Files">Downloads</a>
113
- </div>
114
- <div class="menuitem">
115
- <a href="http://forum.jadeferret.com/viewforum.php?f=3" title="Ai4r Forum">Forum</a>
116
- </div>
117
- <div class="menupage">
118
- <div class="menupagetitle">Source Code repository</div>
119
- </div>
120
- <div class="menuitem">
121
- <a href="http://wiki.jadeferret.com/Category:AI4R" title="ai4r wiki with How-to guides and more documentation">AI4R Wiki</a>
122
- </div>
123
- <div class="menuitem">
124
- <a href="http://ai4r.rubyforge.org/rdoc/index.html" title="Ai4 RDoc docs">API doc (Rdoc)</a>
125
- </div>
126
- </div>
127
- <div id="credit">
128
- <script type="text/javascript">
129
- google_ad_client = "pub-2578934938711895";
130
- google_ad_slot = "6111091580";
131
- google_ad_width = 125;
132
- google_ad_height = 125;
133
- </script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
134
- <hr>
135
- </div>
136
- <div id="roundbottom">
137
- <img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
138
- <!--+
139
- |alternative credits
140
- +-->
141
- <div id="credit2"></div>
142
- </div>
143
- <!--+
144
- |end Menu
145
- +-->
146
- <!--+
147
- |start content
148
- +-->
149
- <div id="content">
150
- <div title="Portable Document Format" class="pdflink">
151
- <a class="dida" href="sourceCode.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
152
- PDF</a>
153
- </div>
154
- <h1>Subversion repository for ai4r (Artificial Intelligence for Ruby)</h1>
155
- <div id="minitoc-area">
156
- <ul class="minitoc">
157
- <li>
158
- <a href="#github">AI4R at GitHub</a>
159
- </li>
160
- <li>
161
- <a href="#download">Download the source code</a>
162
- </li>
163
- <li>
164
- <a href="#moreinfor">More info on Git</a>
165
- </li>
166
- </ul>
167
- </div>
168
-
169
- <a name="N1000C"></a><a name="github"></a>
170
- <h2 class="boxed">AI4R at GitHub</h2>
171
- <div class="section">
172
- <p>AI4R Source Code is stored in a git repository at GitHub:</p>
173
- <p>
174
-
175
- <a class="external" href="http://github.com/JadeFerret/ai4r">
176
- http://github.com/JadeFerret/ai4r
177
- </a>
178
-
179
- </p>
180
- <p>The public clone url is:</p>
181
- <p>
182
-
183
- <a class="external" href="git://github.com/JadeFerret/ai4r.git">
184
- git://github.com/JadeFerret/ai4r.git
185
- </a>
186
-
187
- </p>
188
- </div>
189
-
190
-
191
- <a name="N10029"></a><a name="download"></a>
192
- <h2 class="boxed">Download the source code</h2>
193
- <div class="section">
194
- <p>If you want to download ai4r code without using git,
195
- visit
196
- <a class="external" href="http://github.com/JadeFerret/ai4r/downloads">
197
- AI4R source code download site</a>, and click on the "download" button.
198
- </p>
199
- </div>
200
-
201
-
202
- <a name="N10038"></a><a name="moreinfor"></a>
203
- <h2 class="boxed">More info on Git</h2>
204
- <div class="section">
205
- <p>If you need help on using git, the best documentation is available
206
- <a class="external" href="http://git-scm.com/documentation">here</a>.</p>
207
- <p>If you work in SCM, you may find <a class="external" href="http://scm.jadeferret.com">Jade Ferret&rsquo;s Agile SCM blog</a>
208
- interesting.</p>
209
- </div>
210
-
211
-
212
- </div>
213
- <!--+
214
- |end content
215
- +-->
216
- <div class="clearboth">&nbsp;</div>
217
- </div>
218
- <div id="footer">
219
- <!--+
220
- |start bottomstrip
221
- +-->
222
- <div class="lastmodified">
223
- <script type="text/javascript"><!--
224
- document.write("Last Published: " + document.lastModified);
225
- // --></script>
226
- </div>
227
- <div class="copyright">
228
- Copyright &copy;
229
- 2007-2009 <a href="http://www.jadeferret.com/">Sergio Fierens, Jade Ferret</a>
230
- </div>
231
- <div class="host">
232
- <a href="http://rubyforge.org/projects/ai4r/"><img class="logoImage" alt="" src="images/rubyforge.png"></a>
233
- </div>
234
- <!--+
235
- |end bottomstrip
236
- +-->
237
- </div>
238
- <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script><script type="text/javascript">
239
- var pageTracker = _gat._getTracker("UA-3234625-1");
240
- pageTracker._initData();
241
- pageTracker._trackPageview();
242
- </script>
243
- </body>
244
- </html>
@@ -1,278 +0,0 @@
1
- %PDF-1.3
2
- %����
3
- 4 0 obj
4
- << /Type /Info
5
- /Producer (FOP 0.20.5) >>
6
- endobj
7
- 5 0 obj
8
- << /Length 527 /Filter [ /ASCII85Decode /FlateDecode ]
9
- >>
10
- stream
11
- Gau`P_/@+D%))BcHn<\]Ou-mr&[nrq[)8QGYsTrh7-Y\V(+0$0BrOWgRb3InLW5AGCd1!&-!l'@!+cF'P'a_7AKHT67f]$>^nB)/%&4r(+o-e8J%f.TKs%4$HZ2cUfUVhBCfMcsV%6Un.rBu>1*_341;,q"JONo?6X@l?Ahkt)eO`o%U6'.fB&XX!fku(;oK)pL3!.MSFQSLf(m,q'qF]1IdDGG9aB,q.B?GHMlfs/DJ`(T3JnY=#G[o,5O1<d5_RdGK=q;usAf[bVh*9*ZA[h"l/"i@b'1cphd]="-HCY*W,2+>3Y>a@]5H=1X;!H-"?>l?c<,/<ei>,uNDT.M'8f0Ron.u^>Cq?iD/%A3'C]19?PG9[Mjg8QDeeS57&kre!??5S#G[Kj*BHJ#+&W/QP2HGbb#;%(mhRl]A?Kd5'N+*\[mS"E0@5Nd#$j+@/8flLUT]LJugZQ8CS61VW**Hu.oNE^pO/:3tXR<0%R]`0k0c!q##CBQ4USd]g\RV`SH7r=?VYpU6EZA-~>
12
- endstream
13
- endobj
14
- 6 0 obj
15
- << /Type /Page
16
- /Parent 1 0 R
17
- /MediaBox [ 0 0 612 792 ]
18
- /Resources 3 0 R
19
- /Contents 5 0 R
20
- /Annots 7 0 R
21
- >>
22
- endobj
23
- 7 0 obj
24
- [
25
- 8 0 R
26
- 10 0 R
27
- 12 0 R
28
- ]
29
- endobj
30
- 8 0 obj
31
- << /Type /Annot
32
- /Subtype /Link
33
- /Rect [ 102.0 532.666 187.328 520.666 ]
34
- /C [ 0 0 0 ]
35
- /Border [ 0 0 0 ]
36
- /A 9 0 R
37
- /H /I
38
- >>
39
- endobj
40
- 10 0 obj
41
- << /Type /Annot
42
- /Subtype /Link
43
- /Rect [ 102.0 514.466 237.632 502.466 ]
44
- /C [ 0 0 0 ]
45
- /Border [ 0 0 0 ]
46
- /A 11 0 R
47
- /H /I
48
- >>
49
- endobj
50
- 12 0 obj
51
- << /Type /Annot
52
- /Subtype /Link
53
- /Rect [ 102.0 496.266 191.66 484.266 ]
54
- /C [ 0 0 0 ]
55
- /Border [ 0 0 0 ]
56
- /A 13 0 R
57
- /H /I
58
- >>
59
- endobj
60
- 14 0 obj
61
- << /Length 1458 /Filter [ /ASCII85Decode /FlateDecode ]
62
- >>
63
- stream
64
- Gatm;9lK&M&A@sB&:7$"/1jbq7-uRq2JEq/TM9fLHB;uH-<?F;I3cnKn*#r[XfX;1,(QG^a>`Ps3A]1:e`->RinoGW'k=sJi4m<\!WN6C#Y%?+POgFLm`6SkW'`Zri)e"rq(n5!\UrlS=YKbXHsJ=i[m"6nK[ju!OEeTt"+Q9:98*c&4gI,1^FpG;,bK>aF)cU]*fLi"k4qc=IoP`,ndelOC[&/0or]P"$6\X,F;.h%16O?JOr4qlN!d>]1%tR5<V[ssp._taQ7gC&;.b*\7IO-M^c]UTWQCoF<bPV13iDZZQ4)_N.1R<5]8^fY&%J)<O[25QT,\+QMRm'c"%g1_dO-^/Ymn`VW-[LEnSqr3(S?+Y*ks7mTOV?2kpAJC^P1G+2TkWi>_ZGC*S[30>P\eg#%Y,3;*7nF6uS$t8[9&DY4;]cr4UL>*qbt887g"PLkV'W<LjO(_JCW6ZeLl80;Y+Z6%V,Qmn5R\IEESe''C[rI`l'G,R`#I/b/6CP76)#)/pr&,Z?O=H-[&-;:ss%F<m-"+h6DIB<PHLN0c4e\PZu$H2EeYp)oAU%lge#=bWNK6Ds?%7B_[CXGc<icC?oH$R"U8-kb#570hfVOp4Mf,9K!n"rB_./QK7'-9Q$TC7^h&W1&5D(FD*tTS&tI.8nY;2G6bCB=3)1hRsAs3sCl\3`!DjaXflLV?o'II,_/LY3);0J>rpSF?I\JDP:`GMA2J#ZW&f)<tbl%$.sb4;c$d*mqkp6,sHXdN)$a_!>A2@lK4(@Qj@rs[@%W(>MRQsk(b[toLu+[eAq6G)-^0RRAKP*Ca-aZTS-N,Og.04;9r1C5Sl;>mr7g5pRYZ6>3t(TNfG$5OH;JRl<+F2f/SG6hnH(\D&d8C04t)03M%QWgBU2P[>p+W\"?B;Lse%0229#X_sf\98[qOP;$l1!H#T>X1joN?Tb;=c,,gn-aN$?`J;Ze(O7H5)J+/9WdZ^T$[@H+;i*$$]T+lCn^A35#B$hbi\)X#SmE6"6SE9l(QqtCBKNu>2Q@'PF=9o?g&m\lCm$URmeBGin1E0.F!HmA5-LbY5#=ZO.Uo:uJ5&njUqch(YA'I<`F0GZ[;c(Ti6i<6(ZP3_XNqGIHEU'Uu0'9k%J;Pd(Hl`I66IE"M.>%2sf/%RQSe[mjC]QOcJ5TCV?tQ`0rCS>ISRh8i@c[;)-CV!a&kZ5&6K.@uddi\;"mlEb$Fand.Ngor.H<]1ZYKFYj[E7VI36aka/@hU_sf;%7s=o`0ap0M>j%s?l&?1:d>N@EQm=_Qde5K^/EB1+IXSdIm3B\jat!S]^?iEUCk8[Wj0!<\CoUQg:04tO&Fc[Qao+#Sa6ksF(N[0k7]PCt+ApXV%p'#_#o!Zb=UTA9*FEk.n!b*Vf:US0:L#YbEQ@U/obceqcA[1P@E[*Yb)E^8F*QTl*FiG(M(op`"gXmIb+GF\\g%(X,uP25~>
65
- endstream
66
- endobj
67
- 15 0 obj
68
- << /Type /Page
69
- /Parent 1 0 R
70
- /MediaBox [ 0 0 612 792 ]
71
- /Resources 3 0 R
72
- /Contents 14 0 R
73
- /Annots 16 0 R
74
- >>
75
- endobj
76
- 16 0 obj
77
- [
78
- 17 0 R
79
- 18 0 R
80
- 19 0 R
81
- 20 0 R
82
- 21 0 R
83
- ]
84
- endobj
85
- 17 0 obj
86
- << /Type /Annot
87
- /Subtype /Link
88
- /Rect [ 90.0 608.466 248.328 596.466 ]
89
- /C [ 0 0 0 ]
90
- /Border [ 0 0 0 ]
91
- /A << /URI (http://github.com/JadeFerret/ai4r)
92
- /S /URI >>
93
- /H /I
94
- >>
95
- endobj
96
- 18 0 obj
97
- << /Type /Annot
98
- /Subtype /Link
99
- /Rect [ 90.0 566.066 258.0 554.066 ]
100
- /C [ 0 0 0 ]
101
- /Border [ 0 0 0 ]
102
- /A << /URI (git://github.com/JadeFerret/ai4r.git)
103
- /S /URI >>
104
- /H /I
105
- >>
106
- endobj
107
- 19 0 obj
108
- << /Type /Annot
109
- /Subtype /Link
110
- /Rect [ 369.324 513.732 525.96 501.732 ]
111
- /C [ 0 0 0 ]
112
- /Border [ 0 0 0 ]
113
- /A << /URI (http://github.com/JadeFerret/ai4r/downloads)
114
- /S /URI >>
115
- /H /I
116
- >>
117
- endobj
118
- 20 0 obj
119
- << /Type /Annot
120
- /Subtype /Link
121
- /Rect [ 405.636 448.198 426.288 436.198 ]
122
- /C [ 0 0 0 ]
123
- /Border [ 0 0 0 ]
124
- /A << /URI (http://git-scm.com/documentation)
125
- /S /URI >>
126
- /H /I
127
- >>
128
- endobj
129
- 21 0 obj
130
- << /Type /Annot
131
- /Subtype /Link
132
- /Rect [ 260.328 426.998 404.316 414.998 ]
133
- /C [ 0 0 0 ]
134
- /Border [ 0 0 0 ]
135
- /A << /URI (http://scm.jadeferret.com)
136
- /S /URI >>
137
- /H /I
138
- >>
139
- endobj
140
- 23 0 obj
141
- <<
142
- /Title (\376\377\0\61\0\40\0\101\0\111\0\64\0\122\0\40\0\141\0\164\0\40\0\107\0\151\0\164\0\110\0\165\0\142)
143
- /Parent 22 0 R
144
- /Next 24 0 R
145
- /A 9 0 R
146
- >> endobj
147
- 24 0 obj
148
- <<
149
- /Title (\376\377\0\62\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144\0\40\0\164\0\150\0\145\0\40\0\163\0\157\0\165\0\162\0\143\0\145\0\40\0\143\0\157\0\144\0\145)
150
- /Parent 22 0 R
151
- /Prev 23 0 R
152
- /Next 25 0 R
153
- /A 11 0 R
154
- >> endobj
155
- 25 0 obj
156
- <<
157
- /Title (\376\377\0\63\0\40\0\115\0\157\0\162\0\145\0\40\0\151\0\156\0\146\0\157\0\40\0\157\0\156\0\40\0\107\0\151\0\164)
158
- /Parent 22 0 R
159
- /Prev 24 0 R
160
- /A 13 0 R
161
- >> endobj
162
- 26 0 obj
163
- << /Type /Font
164
- /Subtype /Type1
165
- /Name /F3
166
- /BaseFont /Helvetica-Bold
167
- /Encoding /WinAnsiEncoding >>
168
- endobj
169
- 27 0 obj
170
- << /Type /Font
171
- /Subtype /Type1
172
- /Name /F5
173
- /BaseFont /Times-Roman
174
- /Encoding /WinAnsiEncoding >>
175
- endobj
176
- 28 0 obj
177
- << /Type /Font
178
- /Subtype /Type1
179
- /Name /F1
180
- /BaseFont /Helvetica
181
- /Encoding /WinAnsiEncoding >>
182
- endobj
183
- 29 0 obj
184
- << /Type /Font
185
- /Subtype /Type1
186
- /Name /F2
187
- /BaseFont /Helvetica-Oblique
188
- /Encoding /WinAnsiEncoding >>
189
- endobj
190
- 30 0 obj
191
- << /Type /Font
192
- /Subtype /Type1
193
- /Name /F7
194
- /BaseFont /Times-Bold
195
- /Encoding /WinAnsiEncoding >>
196
- endobj
197
- 1 0 obj
198
- << /Type /Pages
199
- /Count 2
200
- /Kids [6 0 R 15 0 R ] >>
201
- endobj
202
- 2 0 obj
203
- << /Type /Catalog
204
- /Pages 1 0 R
205
- /Outlines 22 0 R
206
- /PageMode /UseOutlines
207
- >>
208
- endobj
209
- 3 0 obj
210
- <<
211
- /Font << /F3 26 0 R /F5 27 0 R /F1 28 0 R /F2 29 0 R /F7 30 0 R >>
212
- /ProcSet [ /PDF /ImageC /Text ] >>
213
- endobj
214
- 9 0 obj
215
- <<
216
- /S /GoTo
217
- /D [15 0 R /XYZ 85.0 659.0 null]
218
- >>
219
- endobj
220
- 11 0 obj
221
- <<
222
- /S /GoTo
223
- /D [15 0 R /XYZ 85.0 543.066 null]
224
- >>
225
- endobj
226
- 13 0 obj
227
- <<
228
- /S /GoTo
229
- /D [15 0 R /XYZ 85.0 477.532 null]
230
- >>
231
- endobj
232
- 22 0 obj
233
- <<
234
- /First 23 0 R
235
- /Last 25 0 R
236
- >> endobj
237
- xref
238
- 0 31
239
- 0000000000 65535 f
240
- 0000005075 00000 n
241
- 0000005140 00000 n
242
- 0000005232 00000 n
243
- 0000000015 00000 n
244
- 0000000071 00000 n
245
- 0000000689 00000 n
246
- 0000000809 00000 n
247
- 0000000848 00000 n
248
- 0000005355 00000 n
249
- 0000000983 00000 n
250
- 0000005418 00000 n
251
- 0000001120 00000 n
252
- 0000005484 00000 n
253
- 0000001256 00000 n
254
- 0000002807 00000 n
255
- 0000002930 00000 n
256
- 0000002985 00000 n
257
- 0000003169 00000 n
258
- 0000003354 00000 n
259
- 0000003550 00000 n
260
- 0000003736 00000 n
261
- 0000005550 00000 n
262
- 0000003915 00000 n
263
- 0000004087 00000 n
264
- 0000004334 00000 n
265
- 0000004519 00000 n
266
- 0000004632 00000 n
267
- 0000004742 00000 n
268
- 0000004850 00000 n
269
- 0000004966 00000 n
270
- trailer
271
- <<
272
- /Size 31
273
- /Root 2 0 R
274
- /Info 4 0 R
275
- >>
276
- startxref
277
- 5601
278
- %%EOF