Public Member Functions | Public Attributes
rrel_muse_key_type Class Reference

Look-up table for the MUSET objective function. More...

#include <rrel_muse_table.h>

List of all members.

Public Member Functions

 rrel_muse_key_type (unsigned int k, unsigned int n)

Public Attributes

unsigned int k_
unsigned int n_

Detailed Description

Look-up table for the MUSET objective function.

Look-up table for the MUSET objective function, derived in James V. Miller's 1997 PhD dissertation at Rensselaer. An earlier version of appeared in CVPR 1996. The class computes and stores statistics on the order statistics of Gaussian random variates. Actually, these are for the order statistics of the absolute values of Gaussian random variates. See rrel_muset_obj for more details.

Definition at line 22 of file rrel_muse_table.h.


Constructor & Destructor Documentation

rrel_muse_key_type::rrel_muse_key_type ( unsigned int  k,
unsigned int  n 
) [inline]

Definition at line 25 of file rrel_muse_table.h.


Member Data Documentation

unsigned int rrel_muse_key_type::k_

Definition at line 26 of file rrel_muse_table.h.

unsigned int rrel_muse_key_type::n_

Definition at line 27 of file rrel_muse_table.h.


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