Public Member Functions | Private Attributes
clsfy_binary_hyperplane_gmrho_builder_helpers::gm_grad_accum Class Reference

functor to accumulate gradient contributions for given training example. More...

List of all members.

Public Member Functions

 gm_grad_accum (const double *px, double wt)
void operator() (double &grad)

Private Attributes

const double * px_
const double wt_

Detailed Description

functor to accumulate gradient contributions for given training example.

Definition at line 61 of file clsfy_binary_hyperplane_gmrho_builder.cxx.


Constructor & Destructor Documentation

clsfy_binary_hyperplane_gmrho_builder_helpers::gm_grad_accum::gm_grad_accum ( const double *  px,
double  wt 
) [inline]

Definition at line 66 of file clsfy_binary_hyperplane_gmrho_builder.cxx.


Member Function Documentation

void clsfy_binary_hyperplane_gmrho_builder_helpers::gm_grad_accum::operator() ( double &  grad) [inline]

Definition at line 67 of file clsfy_binary_hyperplane_gmrho_builder.cxx.


Member Data Documentation

Definition at line 63 of file clsfy_binary_hyperplane_gmrho_builder.cxx.

Definition at line 64 of file clsfy_binary_hyperplane_gmrho_builder.cxx.


The documentation for this class was generated from the following file: