代码搜索:MIXTURE

找到约 1,805 项符合「MIXTURE」的源代码

代码结果 1,805
www.eeworm.com/read/323193/13347605

m estep.m

function [mixture1 likelihood] = EStep(mixture, pixels) % EStep perform the E-step of the EM algorithm % 1) calculate pnk = Prob(Xn=k|Yn=yn, theta) % 2) calculate likelihood = log
www.eeworm.com/read/323193/13347629

m emiterate.m

function mixture1 = EMIterate(mixture, pixels) % mixture1 = EMIterate(mixture, pixels) % perform the EM algorithm with a preassigned fixed order K % % mixture: a mixture structure pre-init
www.eeworm.com/read/429878/8783940

htm demgmm5.htm

Netlab Reference Manual demgmm5 demgmm5 Purpose Demonstrate density modelling with a PPCA mixture model. Synopsis
www.eeworm.com/read/253950/12173963

htm demgmm5.htm

Netlab Reference Manual demgmm5 demgmm5 Purpose Demonstrate density modelling with a PPCA mixture model. Synopsis
www.eeworm.com/read/150905/12250157

htm demgmm5.htm

Netlab Reference Manual demgmm5 demgmm5 Purpose Demonstrate density modelling with a PPCA mixture model. Synopsis
www.eeworm.com/read/140704/5783188

cc tr_tr_get_0.cc

// file: tr_tr_get_0.cc // // isip include files // #include "train_trace.h" #include "train_trace_constants.h" // method: get_max_mixture_cc // // arguments: none // // return: an int_4 with mixtur
www.eeworm.com/read/429878/8783847

htm demgmm3.htm

Netlab Reference Manual demgmm3 demgmm3 Purpose Demonstrate density modelling with a Gaussian mixture model. Synopsis
www.eeworm.com/read/429878/8783949

htm demgmm4.htm

Netlab Reference Manual demgmm4 demgmm4 Purpose Demonstrate density modelling with a Gaussian mixture model. Synopsis
www.eeworm.com/read/458010/7314289

m gaussmixp.m

function [m,v,w,g,f,gg,pp,mi,pm]=gaussmix(x,c,l,m0,v0,w0) %GAUSSMIX fits a gaussian mixture pdf to a set of data observations [m,v,w,g,f]=(x,c,l,m0,v0,w0) % % Inputs: n data values, k mixtures, p p