Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::core::RelativeErrorBasedRecomputation Class Reference

#include <event_based_recomputation.hpp>

Inheritance diagram for hype::core::RelativeErrorBasedRecomputation:
Collaboration diagram for hype::core::RelativeErrorBasedRecomputation:

List of all members.

Public Member Functions

 RelativeErrorBasedRecomputation ()
 RelativeErrorBasedRecomputation (const double &error_threshold)
virtual bool internal_recompute (Algorithm &algortihm)

Static Public Member Functions

static
RecomputationHeuristic_Internal
create ()

Private Attributes

unsigned int counter_
double error_threshold_

Detailed Description

Definition at line 16 of file event_based_recomputation.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 24 of file event_based_recomputation.hpp.

References RelativeErrorBasedRecomputation().

Referenced by RelativeErrorBasedRecomputation().

Here is the call graph for this function:

Here is the caller graph for this function:

returns true, if approximation function has to be recomputed and false otherwise

Implements hype::core::RecomputationHeuristic_Internal.

Definition at line 12 of file event_based_recomputation.cpp.

References hype::core::Algorithm::getName().

Here is the call graph for this function:


Member Data Documentation


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