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

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

+ Inheritance diagram for subpavings::FEICritLeaves_GTE:
+ Collaboration diagram for subpavings::FEICritLeaves_GTE:

List of all members.

Public Member Functions

 FEICritLeaves_GTE (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_GTE::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