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

#include <statistical_method.hpp>

Inheritance diagram for hype::core::StatisticalMethod_Internal:
Collaboration diagram for hype::core::StatisticalMethod_Internal:

List of all members.

Public Member Functions

virtual const EstimatedTime computeEstimation (const Tuple &input_values)=0
virtual bool recomuteApproximationFunction (Algorithm &algorithm)=0
virtual bool inTrainingPhase () const =0 throw ()
virtual void retrain ()=0
virtual ~StatisticalMethod_Internal ()

Protected Member Functions

 StatisticalMethod_Internal (const std::string &name)

Private Attributes

std::string name_

Detailed Description

Definition at line 26 of file statistical_method.hpp.


Constructor & Destructor Documentation

Definition at line 38 of file statistical_method.hpp.

hype::core::StatisticalMethod_Internal::StatisticalMethod_Internal ( const std::string &  name) [protected]

Definition at line 9 of file statistical_method.cpp.


Member Function Documentation


Member Data Documentation

Definition at line 44 of file statistical_method.hpp.


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