Changeset 1422
- Timestamp:
- 09/20/06 18:33:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1421 r1422 234 234 (0 235 235 || (mHierarchyStats.Leaves() >= mTermMaxLeaves) 236 || (mGlobalCostMisses >= mTermGlobalCostMissTolerance)236 //|| (mGlobalCostMisses >= mTermGlobalCostMissTolerance) 237 237 ||(candidate->GlobalTerminationCriteriaMet()) 238 238 );
Note: See TracChangeset
for help on using the changeset viewer.