Public Attributes | List of all members
vector_gautbl_t Struct Reference

#include <vector.h>

Public Attributes

int32 n_gau
 
int32 veclen
 
float32 ** mean
 
float32 ** var
 
float32 * lrd
 
float64 distfloor
 

Detailed Description

Generic table of individual Gaussian vectors, with diagonal co-variance matrices (i.e., only the diagonal is maintained, as a vector).

Member Data Documentation

float64 vector_gautbl_t::distfloor
      When Mahalanobis distance values are converted to logs3 domain, the

int32 result can underflow. To avoid this, floor before conversion

float32* vector_gautbl_t::lrd

Log(Reciprocal(Determinant(Co-var. matrix)))

float32** vector_gautbl_t::mean

n_cw x veclen mean values

int32 vector_gautbl_t::n_gau

#Gaussians in table

float32** vector_gautbl_t::var

n_cw x veclen corresponding (diagonal) variance values

int32 vector_gautbl_t::veclen

Vector length


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