Skip to content

Commit 01553f5

Browse files
authored
Add library of smile-kotlin for machine learning (#62)
1 parent 388fda2 commit 01553f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

libraries/smile.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"properties": {
3+
"v": "2.4.0"
4+
},
5+
"link": "https://github.com/haifengl/smile",
6+
"dependencies": [
7+
"com.github.haifengl:smile-kotlin:$v"
8+
],
9+
"imports": [
10+
"org.apache.commons.csv.CSVFormat",
11+
"smile.*",
12+
"smile.association.*",
13+
"smile.classification.*",
14+
"smile.clustering.*",
15+
"smile.manifold.*",
16+
"smile.mds.*",
17+
"smile.nlp.*",
18+
"smile.wavelet.*"
19+
]
20+
}

0 commit comments

Comments
 (0)