Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runninghsus authored Jul 23, 2019
1 parent 141f64d commit 9d0af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The figure above shows SVM model performance on 20% of the data that was held ou
```matlab
data_test_struct = import(new_mouse.csv);
rawdata_test = data_test_struct.data
data_test = dlc_preprocess(rawdata_test,0.1);
data_test = dlc_preprocess(rawdata_test,0.2);
[labels,f_10fps_test] = bsoid_svm(data_test,OF_mdl); % features and GMM groups from bsoid_gmm
```
You can attempt to test this on our demo test dataset
Expand Down

0 comments on commit 9d0af0d

Please sign in to comment.