yat  0.21pre
Public Member Functions | Protected Member Functions | Friends | List of all members
theplu::yat::statistics::TukeyBiweightEstimator::Stopper Class Referenceabstract

#include <yat/statistics/TukeyBiweightEstimator.h>

Public Member Functions

 Stopper (size_t max_epochs=1000)
 
virtual bool operator() (double current, double previous) const =0
 

Protected Member Functions

size_t epochs (void) const
 
size_t max_epochs (void) const
 

Friends

class TukeyBiweightEstimator
 

Detailed Description

Since
New in yat 0.18

Constructor & Destructor Documentation

◆ Stopper()

theplu::yat::statistics::TukeyBiweightEstimator::Stopper::Stopper ( size_t  max_epochs = 1000)

Default constructor sets max epochs to 1000

Member Function Documentation

◆ epochs()

size_t theplu::yat::statistics::TukeyBiweightEstimator::Stopper::epochs ( void  ) const
protected
Returns
number of epochs

◆ max_epochs()

size_t theplu::yat::statistics::TukeyBiweightEstimator::Stopper::max_epochs ( void  ) const
protected
Returns
number of max epochs

◆ operator()()

virtual bool theplu::yat::statistics::TukeyBiweightEstimator::Stopper::operator() ( double  current,
double  previous 
) const
pure virtual
Returns
true if current is sufficiently close to previous

The documentation for this class was generated from the following file:

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14