Read_Specialized_Hazy_Sgd< T > Class Template Reference

This class extends Hazy_Sgd and is specialized for Read experiments. More...

#include <hazy_sgd.h>

Inheritance diagram for Read_Specialized_Hazy_Sgd< T >:

Hazy_Sgd< T > List of all members.

Public Member Functions

 Read_Specialized_Hazy_Sgd (Storage_Manager< T > *sm, IncrementalSGD< T > *sgd, Skiing &_ski, hazy_model::strategy s, double _low_water, double _high_water)
 Constructor for Hazy that uses default model and requires Storage Manager.

Detailed Description

template<class T>
class Read_Specialized_Hazy_Sgd< T >

This class extends Hazy_Sgd and is specialized for Read experiments.

It accepts low & high water as parameters and update them with the given values to restore a snapshot.


Constructor & Destructor Documentation

template<class T>
Read_Specialized_Hazy_Sgd< T >::Read_Specialized_Hazy_Sgd ( Storage_Manager< T > *  sm,
IncrementalSGD< T > *  sgd,
Skiing _ski,
hazy_model::strategy  s,
double  _low_water,
double  _high_water 
) [inline]

Constructor for Hazy that uses default model and requires Storage Manager.

Parameters:
[in] sm storage manager used in hazy sgd
[in] sgd sgd model
[in] ski skiing object that contains information about skiing strategy
[in] s strategy which is either LAZY_NAIVE, LAZY_HAZY, EAGER_NAIVE, EAGER_HAZY
[in] _low_water low water value
[in] _high_water high water value


The documentation for this class was generated from the following file:
Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7