NAME

get_independent_GMM_2_with_missing_data - Clone of get_independent_GMM_2, but respects missing data.

SYNOPSIS

#include "r2/r2_gmm_em.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  
   -I/home/kobus/include
   -L/misc/load/linux_x86_64_opteron -L/usr/lib
  -lKJB                               -lfftw3 -lgandalf  -ltiff -ltiff -lpng -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++  -lGL -lGLU -lX11 -lglut -lGL -lGLU -lpthread -lSLATEC -lg2c  -ltiff  -lacml -lacml_mv -lg2c     -lX11 -lncursesw 


int get_independent_GMM_2_with_missing_data
(
	int num_clusters,
	const Matrix *feature_mp,
	Vector **a_vpp,
	Matrix **means_mpp,
	Matrix **var_mpp,
	Matrix **P_mpp,
	double *log_likelihood_ptr
);

DESCRIPTION

Marginally higher memory footprint and running time relative to the get_independent_GMM_2.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

get_full_GMM , get_full_GMM_2 , get_full_GMM_3 , get_independent_GMM , get_independent_GMM_2 , get_independent_GMM_3 , get_independent_GMM_3_mt , create_independent_GMM_thread