Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Resolved
-
None
-
None
-
None
Description
if (!ifForceRecommend && allCuboidCount <= threshold1) { return null; }
In class CuboidRecommender.java, this check after the selection of cube planner algorithm.
When ifForceRecommend=false and allCuboidCount <= threshold1, cube planner algorithm should not be triggered.
Attachments
Issue Links
- links to