Multiclass_Specialized_Hazy_Sgd< T > Class Template Reference

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

#include <hazy_sgd.h>

Inheritance diagram for Multiclass_Specialized_Hazy_Sgd< T >:

Hazy_Sgd< T > List of all members.

Public Member Functions

 Multiclass_Specialized_Hazy_Sgd (Storage_Manager< T > *sm, IncrementalSGD< T > *sgd, Skiing ski, hazy_model::strategy s)
 Constructor for Hazy that uses default model and requires Storage Manager.
void resort ()
 Resorts the entities by calling resort method in storage manager and then adjusts ski strategy accordingly.

Detailed Description

template<class T>
class Multiclass_Specialized_Hazy_Sgd< T >

This class extends Hazy_Sgd and is specialized for Multiclass experiments.

It gives opportunity to explicitly resort.


Constructor & Destructor Documentation

template<class T>
Multiclass_Specialized_Hazy_Sgd< T >::Multiclass_Specialized_Hazy_Sgd ( Storage_Manager< T > *  sm,
IncrementalSGD< T > *  sgd,
Skiing  ski,
hazy_model::strategy  s 
) [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


Member Function Documentation

template<class T>
void Multiclass_Specialized_Hazy_Sgd< T >::resort (  )  [inline]

Resorts the entities by calling resort method in storage manager and then adjusts ski strategy accordingly.


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