nicolabeghin / AccelBench

An Android application to collect accelerometer data for activity-recognition purposes
4 stars 0 forks source link

Weka Classifier #1

Open lrsandre opened 6 years ago

lrsandre commented 6 years ago

Hello, I would like to know, how you get that WekaClassifier.class?

nicolabeghin commented 6 years ago

Hi @andrelacross that's a Java export of a tree-based classifier created in Weka through some supervised learning.

lrsandre commented 6 years ago

That's just what I was thinking. Probably J48? How to you import the Training Data into Weka? I thought you could record labeled SensorData for Stairclimbing up, down, and no stairclimbing and that ist saved in a Database. Did you import that dataBase into weka or where you get the Training Data from? Thanks for the fast response.