Look-up table for the MUSET objective function. More...
#include <rrel_muse_table.h>
Public Member Functions | |
| rrel_muse_key_type (unsigned int k, unsigned int n) | |
Public Attributes | |
| unsigned int | k_ |
| unsigned int | n_ |
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.
| 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.
| 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.
1.7.5.1