Public Attributes | |
int32_t * | idx_p |
int32_t * | idx_q |
int32_t * | idx_a_rows |
int32_t * | idx_a_cols |
int32_t * | idx_b_rows |
int32_t * | idx_b_cols |
int32_t | num_p |
int32_t | num_q |
int32_t | num_a |
int32_t | num_b |
Definition at line 19 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_a_cols |
index a cols
Definition at line 28 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_a_rows |
index a rows
Definition at line 26 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_b_cols |
index b cols
Definition at line 32 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_b_rows |
index b rows
Definition at line 30 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_p |
index p
Definition at line 22 of file TOPFeatures.h.
int32_t* T_HMM_INDIZES::idx_q |
index q
Definition at line 24 of file TOPFeatures.h.
int32_t T_HMM_INDIZES::num_a |
number a
Definition at line 39 of file TOPFeatures.h.
int32_t T_HMM_INDIZES::num_b |
number b
Definition at line 41 of file TOPFeatures.h.
int32_t T_HMM_INDIZES::num_p |
number p
Definition at line 35 of file TOPFeatures.h.
int32_t T_HMM_INDIZES::num_q |
number q
Definition at line 37 of file TOPFeatures.h.