Changeset 1422


Ignore:
Timestamp:
09/20/06 18:33:17 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r1421 r1422  
    234234                (0 
    235235                || (mHierarchyStats.Leaves() >= mTermMaxLeaves)  
    236                 || (mGlobalCostMisses >= mTermGlobalCostMissTolerance) 
     236                //|| (mGlobalCostMisses >= mTermGlobalCostMissTolerance) 
    237237                ||(candidate->GlobalTerminationCriteriaMet()) 
    238238                ); 
Note: See TracChangeset for help on using the changeset viewer.