Skip to content

Commit 35c3e64

Browse files
committed
update api doc
1 parent 1aa4be7 commit 35c3e64

File tree

1,398 files changed

+18139
-13993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,398 files changed

+18139
-13993
lines changed

api/clojure/README.html

Lines changed: 123 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,125 @@
1-
<!DOCTYPE html PUBLIC ""
2-
"">
3-
<html><head><meta charset="UTF-8" /><title>README</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Smile - Clojure</span> <span class="project-version">4.0.0</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 current"><a href="README.html"><div class="inner"><span>README</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>smile</span></div></div></li><li class="depth-2 branch"><a href="smile.ai.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>ai</span></div></a></li><li class="depth-2 branch"><a href="smile.classification.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>classification</span></div></a></li><li class="depth-2 branch"><a href="smile.clustering.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>clustering</span></div></a></li><li class="depth-2 branch"><a href="smile.io.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>io</span></div></a></li><li class="depth-2 branch"><a href="smile.manifold.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>manifold</span></div></a></li><li class="depth-2"><a href="smile.regression.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>regression</span></div></a></li></ul></div><div class="document" id="content"><div class="doc"><div class="markdown"><h1><a href="#readme" id="readme"></a>README</h1>
4-
<p><a href="https://haifengl.github.io/">Smile (Statistical Machine Intelligence and Learning Engine)</a> is a fast and comprehensive machine learning, NLP, linear algebra, graph, interpolation, and visualization system in Java and Scala. With advanced data structures and algorithms, Smile delivers state-of-art performance. Smile is well documented and please check out the project <a href="https://haifengl.github.io/">website</a> for programming guides and more information.</p>
5-
<p>For Clojure API, add the following dependency to your project or build file:</p>
6-
<pre><code> [org.clojars.haifengl/smile "2.6.0"]
7-
</code></pre>
8-
<p>Some algorithms rely on BLAS and LAPACK (e.g. manifold learning, some clustering algorithms, Gaussian Process regression, MLP, etc.). To use these algorithms, you should include OpenBLAS for optimized matrix computation:</p>
9-
<pre><code> [org.bytedeco/javacpp-platform "1.5.4"]
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57GD08QCML"></script>
5+
<script type="text/javascript" src="/api/java/script-dir/gtag.js"></script>
6+
<meta name="generator" content=
7+
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 10567), see www.w3.org">
8+
<meta charset="UTF-8">
9+
<title>README</title>
10+
<link rel="stylesheet" type="text/css" href="css/default.css">
11+
<link rel="stylesheet" type="text/css" href="css/highlight.css">
12+
<script type="text/javascript" src="js/highlight.min.js">
13+
</script>
14+
<script type="text/javascript" src="js/jquery.min.js">
15+
</script>
16+
<script type="text/javascript" src="js/page_effects.js">
17+
</script>
18+
<script type="text/javascript">
19+
hljs.initHighlightingOnLoad();
20+
</script>
21+
</head>
22+
<body>
23+
<div id="header">
24+
<h2>Generated by <a href=
25+
"https://github.com/weavejester/codox">Codox</a></h2>
26+
<h1><a href="index.html"><span class="project-title"><span class=
27+
"project-name">Smile - Clojure</span> <span class=
28+
"project-version">4.1.0</span></span></a></h1>
29+
</div>
30+
<div class="sidebar primary">
31+
<h3 class="no-link"><span class="inner">Project</span></h3>
32+
<ul class="index-link">
33+
<li class="depth-1"><a href="index.html"></a>
34+
<div class="inner">Index</div>
35+
</li>
36+
</ul>
37+
<h3 class="no-link"><span class="inner">Topics</span></h3>
38+
<ul>
39+
<li class="depth-1 current"><a href="README.html"></a>
40+
<div class="inner"><span>README</span></div>
41+
</li>
42+
</ul>
43+
<h3 class="no-link"><span class="inner">Namespaces</span></h3>
44+
<ul>
45+
<li class="depth-1">
46+
<div class="no-link">
47+
<div class="inner"><span>smile</span></div>
48+
</div>
49+
</li>
50+
<li class="depth-2 branch"><a href="smile.ai.html"></a>
51+
<div class="inner"><span>ai</span></div>
52+
</li>
53+
<li class="depth-2 branch"><a href="smile.classification.html"></a>
54+
<div class="inner"><span>classification</span></div>
55+
</li>
56+
<li class="depth-2 branch"><a href="smile.clustering.html"></a>
57+
<div class="inner"><span>clustering</span></div>
58+
</li>
59+
<li class="depth-2 branch"><a href="smile.io.html"></a>
60+
<div class="inner"><span>io</span></div>
61+
</li>
62+
<li class="depth-2 branch"><a href="smile.manifold.html"></a>
63+
<div class="inner"><span>manifold</span></div>
64+
</li>
65+
<li class="depth-2"><a href="smile.regression.html"></a>
66+
<div class="inner"><span>regression</span></div>
67+
</li>
68+
</ul>
69+
</div>
70+
<div class="document" id="content">
71+
<div class="doc">
72+
<div class="markdown">
73+
<h1><a href="#readme" id="readme"></a>README</h1>
74+
<p><a href="https://haifengl.github.io/">Smile (Statistical Machine
75+
Intelligence and Learning Engine)</a> is a fast and comprehensive
76+
machine learning, NLP, linear algebra, graph, interpolation, and
77+
visualization system in Java and Scala. With advanced data
78+
structures and algorithms, Smile delivers state-of-art performance.
79+
Smile is well documented and please check out the project <a href=
80+
"https://haifengl.github.io/">website</a> for programming guides
81+
and more information.</p>
82+
<p>For Clojure API, add the following dependency to your project or
83+
build file:</p>
84+
<pre>
85+
<code> [org.clojars.haifengl/smile "2.6.0"]
86+
</code>
87+
</pre>
88+
<p>Some algorithms rely on BLAS and LAPACK (e.g. manifold learning,
89+
some clustering algorithms, Gaussian Process regression, MLP,
90+
etc.). To use these algorithms, you should include OpenBLAS for
91+
optimized matrix computation:</p>
92+
<pre>
93+
<code> [org.bytedeco/javacpp-platform "1.5.4"]
1094
[org.bytedeco/openblas-platform "0.3.10-1.5.4"]
1195
[org.bytedeco/arpack-ng-platform "3.7.0-1.5.4"]
12-
</code></pre>
13-
<p>If you prefer other BLAS implementations, you can use any library found on the “java.library.path” or on the class path, by specifying it with the “org.bytedeco.openblas.load” system property. For example, to use the BLAS library from the Accelerate framework on Mac OS X, we can pass options such as <code>-Djava.library.path=/usr/lib/ -Dorg.bytedeco.openblas.load=blas</code>.</p>
14-
<p>For a default installation of MKL that would be <code>-Dorg.bytedeco.openblas.load=mkl_rt</code>. Or you may simply include <code>smile-mkl</code> module in your project, which includes MKL binaries. With <code>smile-mkl</code> module in the class path, Smile will automatically switch to MKL.</p>
15-
<pre><code> [org.clojars.haifengl/smile-mkl "2.6.0"]
16-
</code></pre>
17-
<p>Smile covers every aspect of machine learning, including classification, regression, clustering, association rule mining, feature selection, manifold learning, multidimensional scaling, genetic algorithms, missing value imputation, efficient nearest neighbor search, etc.</p>
18-
</div></div></div></body></html>
96+
</code>
97+
</pre>
98+
<p>If you prefer other BLAS implementations, you can use any
99+
library found on the
100+
&#226;&#8364;&#339;java.library.path&#226;&#8364; or on the class
101+
path, by specifying it with the
102+
&#226;&#8364;&#339;org.bytedeco.openblas.load&#226;&#8364; system
103+
property. For example, to use the BLAS library from the Accelerate
104+
framework on Mac OS X, we can pass options such as
105+
<code>-Djava.library.path=/usr/lib/
106+
-Dorg.bytedeco.openblas.load=blas</code>.</p>
107+
<p>For a default installation of MKL that would be
108+
<code>-Dorg.bytedeco.openblas.load=mkl_rt</code>. Or you may simply
109+
include <code>smile-mkl</code> module in your project, which
110+
includes MKL binaries. With <code>smile-mkl</code> module in the
111+
class path, Smile will automatically switch to MKL.</p>
112+
<pre>
113+
<code> [org.clojars.haifengl/smile-mkl "2.6.0"]
114+
</code>
115+
</pre>
116+
<p>Smile covers every aspect of machine learning, including
117+
classification, regression, clustering, association rule mining,
118+
feature selection, manifold learning, multidimensional scaling,
119+
genetic algorithms, missing value imputation, efficient nearest
120+
neighbor search, etc.</p>
121+
</div>
122+
</div>
123+
</div>
124+
</body>
125+
</html>

0 commit comments

Comments
 (0)