A minimal Android port of machine learning library WEKA 3.8.
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.hkjinlee.weka-android:annotation:0.0.1'
apt 'com.github.hkjinlee.weka-android:compiler:0.0.1'
}