Query: mlib_signaldtwvectorinit_f32
OS: opensolaris
Section: 3mlib
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mlib_SignalDTWVectorInit_F32(3MLIB) mediaLib Library Functions mlib_SignalDTWVectorInit_F32(3MLIB)NAMEmlib_SignalDTWVectorInit_F32 - initialization for vector dataSYNOPSIScc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalDTWVectorInit_F32(void *state, const mlib_f32 **dref, mlib_s32 lref, mlib_s32 ndata, mlib_s32 dtype, mlib_s32 delta, mlib_s32 local, mlib_s32 slope);DESCRIPTIONThe mlib_SignalDTWVectorInit_F32() function initializes the internal state structure for dynamic time warping (DTW) of vector data. The init function performs internal state structure allocation and global initialization. Per DTW function call initialization is done in DTW function, so the same internal state structure can be reused for multiple DTW function calls.PARAMETERSThe function takes the following arguments: dref The reference data array. lref The length of the reference data array. ndata The length of each data vector. dtype The type of distance metric between data vectors. MLIB_DTW_L1NORM for L1 norm of difference (sum of absolute difference). MLIB_DTW_L2NORM for L2 norm of difference (Euclidean distance). delta The delta in the endpoint constraints. local The type of the local continuity constraints. MLIB_DTW_ITAKURA for Itakura type constraints. slope The type of the slope weighting. MLIB_DTW_NONE for no slope weighting. state Pointer to the internal state structure.RETURN VALUESThe function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOmlib_SignalDTWVectorInit_F32(3MLIB), mlib_SignalDTWVector_F32(3MLIB), mlib_SignalDTWVectorPath_F32(3MLIB), mlib_SignalDTWVector- Free_F32(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalDTWVectorInit_F32(3MLIB)
Similar Topics in the Unix Linux Community |
---|
shell scripting with directory |