SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprDtwSensitivity Struct Reference

Data Fields

size_t Nmvg
 
size_t vlen
 
size_t vlen_orig
 the original vector length More...
 
float sdf
 
float * data
 
float datax []
 the data More...
 

Detailed Description

data needed to calculate the sensitivy (1/sigma) for a test point

Field Documentation

size_t SprDtwSensitivity::Nmvg

number of gaussians (must be a multiple of 4; dummy gaussians are added if needed)

size_t SprDtwSensitivity::vlen

the vector length (must be a multiple of 4; dummy dimensions are added if needed)

size_t SprDtwSensitivity::vlen_orig

the original vector length

float SprDtwSensitivity::sdf

factor used to convert the distance to a probability for the sensitivity data

float* SprDtwSensitivity::data

one large block of data: per gaussian: [log(prod(sig))+log(Puni),0.0f,0.0f,0.0f] [sensitivity] [mean*sensitivity]

float SprDtwSensitivity::datax[]

the data