Skip to content

Commit

Permalink
scripts - Config.pm - decent manual thresholds for clustering of cmp …
Browse files Browse the repository at this point in the history
…(automatic MDL thresholds currently lead to way too few leaves in autoregressive case)

Ignore-this: d384fef51dbcd8b6d97820fdf24359aa

darcs-hash:20091109200146-3a4db-7005d6bd1b1474deae30a5c7a1d0b4f50801e85b.gz
  • Loading branch information
MattShannon committed Nov 9, 2009
1 parent 71b6821 commit f46ea5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/Config.pm.in
Expand Up @@ -61,12 +61,12 @@ $ref{'dur'} = \@dur;
'bap' => '0.01',
'dur' => '0.01');

%applyMdl = ('cmp' => '1', # apply MDL?
%applyMdl = ('cmp' => '0', # apply MDL?
'dur' => '1');

%thr = ('mgc' => '0.0', # clustering log likelihood threshold
'lf0' => '0.0',
'bap' => '0.0',
%thr = ('mgc' => '350.0', # clustering log likelihood threshold
'lf0' => '55.0',
'bap' => '60.0',
'dur' => '0.0');

%mdlf = ('cmp' => '1.0', # tree size control param. for MDL
Expand Down

0 comments on commit f46ea5a

Please sign in to comment.