Navigation Menu

Skip to content

Commit

Permalink
fix octave examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 14, 2011
1 parent 85b2e68 commit 8097efe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -4,6 +4,11 @@
fm_train_dna=load_matrix('../data/fm_train_dna.dat');
fm_test_dna=load_matrix('../data/fm_test_dna.dat');

order=4;
gap=0;
reverse=false;
use_sign=true;

% comm_word_string
disp('CommWordString')

Expand Down
Expand Up @@ -7,6 +7,9 @@
% match_word_string
disp('MatchWordString')

order=4;
gap=0;
reverse=false;
degree=3;
scale=1.4;
size_cache=10;
Expand Down

0 comments on commit 8097efe

Please sign in to comment.