Utilities module
This module contains general utility functions that are used all over the toolkit.
Module functions
Files
Figures
General
- is_octave - Test if in GNU/Octave or Matlab
 
- iterate - Iterates over experiment, tracker and sequence triplets
 
- iff - A simulation of inline conditional statement
 
- struct_merge - Merges a from structure to another in a recursive manner
 
- format_interval - Format a time interval
 
- patch_operation - Performs a point-wise operation with two unequal matrices
 
- initialize_native - Initialize all native components
 
- compile_mex - Compile given source files to a MEX function
 
Strings
- md5hash - Calculate 128 bit MD5 checksum
 
- strjoin - Joins multiple strings
 
- strxcmp - Advanced substring comparison
 
Mathematics and statistics
- gmm_estimate - Estimates a GMM on a set of points
 
- gmm_evaluate - Evaluates the GMM for a set of points
 
- apcluster - Computers clusters on data using affinity propagation