From 9d0af0dfc1a1d8964873745d316eab2f35838372 Mon Sep 17 00:00:00 2001 From: Alex <40252919+runninghsus@users.noreply.github.com> Date: Mon, 22 Jul 2019 23:28:17 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cacbf6a7..498ca23e 100644 --- a/README.md +++ b/README.md @@ -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