MRS  1.0
A C++ Class Library for Statistical Set Processing
subpavings::CritSmallestCount_LTE Class Reference

Class for testing the count of the node with the smallest count in histogram's subpaving. More...

+ Inheritance diagram for subpavings::CritSmallestCount_LTE:
+ Collaboration diagram for subpavings::CritSmallestCount_LTE:

List of all members.

Public Member Functions

 CritSmallestCount_LTE (size_t t)
bool operator() (const AdaptiveHistogram *const adh) const

Detailed Description

Class for testing the count of the node with the smallest count in histogram's subpaving.


Member Function Documentation

bool subpavings::CritSmallestCount_LTE::operator() ( const AdaptiveHistogram *const  adh) const [virtual]

True if the smallest leaf count is <= test.

Implements subpavings::HistEvalObj.

  {
    return (((adh->getSubPaving())->getSmallestLeafCount()) <= test);
  }

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends