Skip to content

Commit b2542de

Browse files
committed
update kotlin and clojure
1 parent 3f8b559 commit b2542de

Some content is hidden

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

107 files changed

+1695
-194
lines changed

api/clojure/README.html

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

0 commit comments

Comments
 (0)