Browse Source

Updated model with new data

tags/SensorLogger/0.2.3
Chris Smith 14 years ago
parent
commit
b9bcbac5f3

BIN
code/Extractor/dist/Extractor.jar View File


BIN
code/Extractor/dist/basic.model View File


+ 576
- 461
code/Extractor/dist/data.arff
File diff suppressed because it is too large
View File


+ 14061
- 3354
code/Extractor/dist/data.txt
File diff suppressed because it is too large
View File


+ 1
- 1
code/Extractor/src/uk/co/md87/dsp/extractor/test/TrainingDataClassifier.java View File

49
 
49
 
50
                 for (Window window : new Windower(dataset).getWindows()) {
50
                 for (Window window : new Windower(dataset).getWindows()) {
51
                     if (j++ % 3 == 0) {
51
                     if (j++ % 3 == 0) {
52
-                        continue;
52
+                        //continue;
53
                     }
53
                     }
54
                     
54
                     
55
                     model.put(window.getFeatures(features).values().toArray(new Float[4]), activity);
55
                     model.put(window.getFeatures(features).values().toArray(new Float[4]), activity);

BIN
code/SensorLogger/res/raw/basic_model View File


Loading…
Cancel
Save