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

Class for testing the number of bins of a histogram. More...

+ Inheritance diagram for subpavings::CritLeaves_LTE:
+ Collaboration diagram for subpavings::CritLeaves_LTE:

List of all members.

Public Member Functions

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

Detailed Description

Class for testing the number of bins of a histogram.


Member Function Documentation

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

True if the number of leaves is <= test.

Implements subpavings::HistEvalObj.

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

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