Skip to content

Commit

Permalink
use higher precision (eps 1e-7) for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Feb 2, 2014
1 parent 77694e6 commit be89990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -6,8 +6,8 @@
test_dna=lm.load_dna('../data/fm_test_dna.dat')
label=lm.load_labels('../data/label_train_dna.dat')

parameter_list=[[train_dna, test_dna, label, 20, 0.9, 1e-3, 1],
[train_dna, test_dna, label, 20, 2.3, 1e-5, 4]]
parameter_list=[[train_dna, test_dna, label, 20, 0.9, 1e-7, 1],
[train_dna, test_dna, label, 20, 2.3, 1e-7, 4]]

def classifier_svmlight_batch_linadd_modular (fm_train_dna, fm_test_dna,
label_train_dna, degree, C, epsilon, num_threads):
Expand Down

0 comments on commit be89990

Please sign in to comment.