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

Class for testing the number of leaves in estimator. More...

+ Inheritance diagram for subpavings::FEICritLeaves_LTE:
+ Collaboration diagram for subpavings::FEICritLeaves_LTE:

List of all members.

Public Member Functions

 FEICritLeaves_LTE (size_t t)
bool operator() (const FunctionEstimatorInterval &fei) const

Detailed Description

Class for testing the number of leaves in estimator.


Member Function Documentation

bool FEICritLeaves_LTE::operator() ( const FunctionEstimatorInterval fei) const [virtual]

True if the number of leaves is <= test.

Implements subpavings::FEIEvalObj.

{
  return (fei.getRootLeaves() <= test);
}

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