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

#include <multi_dim_least_squares.hpp>

Inheritance diagram for hype::core::Least_Squares_Method_2D:
Collaboration diagram for hype::core::Least_Squares_Method_2D:

List of all members.

Public Member Functions

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

Static Public Member Functions

static StatisticalMethod_Internalcreate ()

Private Attributes

unsigned int degree_of_polynomial_
bool polynomial_computed_
alglib::real_1d_array objHeArray_

Detailed Description

Definition at line 18 of file multi_dim_least_squares.hpp.


Constructor & Destructor Documentation

Definition at line 17 of file multi_dim_least_squares.cpp.

Referenced by create().

Here is the caller graph for this function:


Member Function Documentation

Definition at line 31 of file multi_dim_least_squares.hpp.

References Least_Squares_Method_2D().

Referenced by hype::core::PluginLoader::loadPlugins().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

alglib::real_1d_array hype::core::Least_Squares_Method_2D::objHeArray_ [private]

Definition at line 41 of file multi_dim_least_squares.hpp.

Referenced by computeEstimation(), and recomuteApproximationFunction().


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