Skip to content

Commit

Permalink
fix run_me.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffsan committed Nov 23, 2017
1 parent 7023cd5 commit fc41ed5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion recognition/run_me.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@

activity_recognition; % run recognition demo and show results

%% you may also run show_example after running data_conversion to visulize the signals.
%% you may also run show_example after running data_conversion to visulize the signals.
show_example

%% Example to use KCC similarity
lambda = 0.0015;
sigma = 1;

correlator = kcc_train(example1, lambda, sigma);

similarity_12 = kcc(example2, correlator)
similarity_13 = kcc(example3, correlator)

0 comments on commit fc41ed5

Please sign in to comment.