Skip to content

An android port of machine learning library WEKA

Notifications You must be signed in to change notification settings

hkjinlee/weka-android

Repository files navigation

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

About

An android port of machine learning library WEKA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages