Skip to content

Commit 4a02fae

Browse files
haifenglileasile
authored andcommittedApr 30, 2020
Add library of smile-kotlin for machine learning (#62)
1 parent 388fda2 commit 4a02fae

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ List of supported libraries:
135135
- [numpy](https://github.com/Kotlin/kotlin-numpy) - Kotlin wrapper for Python NumPy package
136136
- [exposed](https://github.com/JetBrains/Exposed) - Kotlin SQL framework
137137
- [mysql](https://github.com/mysql/mysql-connector-j) - MySql JDBC Connector
138+
- [smile](https://github.com/haifengl/smile) - Statistical Machine Intelligence and Learning Engine
138139

139140
### Rich output
140141

‎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)
Please sign in to comment.