Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 444 Bytes

weka-android

A minimal Android port of machine learning library WEKA 3.8.

Project scope

Provided Annotations

Download

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'
}