Changeset 6278

Show
Ignore:
Timestamp:
25/11/09 09:54:16 (3 years ago)
Author:
westram
Message:
  • changed default in-cluster-distance to 3%
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/clusters/DIST/DI_clusters.cxx

    r6252 r6278  
    4848 
    4949void DI_create_cluster_awars(AW_root *aw_root, AW_default def, AW_default db) { 
    50     aw_root->awar_float(AWAR_CLUSTER_MAXDIST, 0.5, def)->set_minmax(0.0, 100.0); 
     50    aw_root->awar_float(AWAR_CLUSTER_MAXDIST, 3.0, def)->set_minmax(0.0, 100.0); 
    5151    aw_root->awar_int(AWAR_CLUSTER_MINSIZE, 7, def)->set_minmax(2, INT_MAX); 
    5252    aw_root->awar_int(AWAR_CLUSTER_AUTOMARK, 1, def);