Update of /cvsroot/sp-tk/SPTK/src/include
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10730
Modified Files:
SPTK.h
Log Message:
modify functions in _gmm.c
Index: SPTK.h
===================================================================
RCS file: /cvsroot/sp-tk/SPTK/src/include/SPTK.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** SPTK.h 2 Nov 2016 07:05:04 -0000 1.63
--- SPTK.h 22 Dec 2016 06:30:28 -0000 1.64
***************
*** 238,244 ****
double cal_gconst(double *var, const int D);
double cal_gconstf(double **var, const int D);
! double log_wgd(const GMM * gmm, const int m, const int L, const double *dat);
double log_add(double logx, double logy);
! double log_outp(const GMM * gmm, const int L, const double *dat);
void fillz_GMM(GMM * gmm);
int alloc_GMM(GMM * gmm, const int M, const int L, const Boolean full);
--- 238,244 ----
double cal_gconst(double *var, const int D);
double cal_gconstf(double **var, const int D);
! double log_wgd(const GMM * gmm, const int m, const int L1, const int L2, const double *dat);
double log_add(double logx, double logy);
! double log_outp(const GMM * gmm, const int L1, const int L2, const double *dat);
void fillz_GMM(GMM * gmm);
int alloc_GMM(GMM * gmm, const int M, const int L, const Boolean full);
|