File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ List of supported libraries:
135
135
- [ numpy] ( https://github.com/Kotlin/kotlin-numpy ) - Kotlin wrapper for Python NumPy package
136
136
- [ exposed] ( https://github.com/JetBrains/Exposed ) - Kotlin SQL framework
137
137
- [ mysql] ( https://github.com/mysql/mysql-connector-j ) - MySql JDBC Connector
138
+ - [ smile] ( https://github.com/haifengl/smile ) - Statistical Machine Intelligence and Learning Engine
138
139
139
140
### Rich output
140
141
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments