代码搜索:MIXTURE

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

代码结果 1,805
www.eeworm.com/read/397097/8069150

m dd_aic.m

function e = dd_aic(w,x) %DD_AIC compute the Akaike Information Criterion for MoG % % e = dd_aic(w,x) % % Compute the Akaike Information Criterion of the Mixture of % Gaussians. We assume we have a tr
www.eeworm.com/read/145281/5746914

pcf proto_s3_m1_1_1_fc.pcf

This PCF produces a 3 stream, single mixture, FULLC prototype system. hsKind: P covKind: F nStates: 3 nStreams: 3 sWidths: 12 12 2 mixes: 1 1
www.eeworm.com/read/140847/5779096

m cooper_yoo.m

% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and % observational data", UAI 99, p120 N = 2; dag = zeros(N); A = 1; B = 2; dag(A,B) = 1; ns = 2*ones(1,N); bnet
www.eeworm.com/read/140727/5781871

h mixturemodel.h

// file: $isip/class/stats/MixtureModel/MixtureModel.h // version: $Id: MixtureModel.h,v 1.24 2002/10/18 21:46:53 alphonso Exp $ // // make sure definitions are only made once // #ifndef ISIP_MIXTURE
www.eeworm.com/read/133943/5897282

m cooper_yoo.m

% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and % observational data", UAI 99, p120 N = 2; dag = zeros(N); A = 1; B = 2; dag(A,B) = 1; ns = 2*ones(1,N); bnet
www.eeworm.com/read/132212/5919084

pcf proto_s3_m1_1_1_fc.pcf

This PCF produces a 3 stream, single mixture, FULLC prototype system. hsKind: P covKind: F nStates: 3 nStreams: 3 sWidths: 12 12 2 mixes: 1 1
www.eeworm.com/read/493294/6400458

m mog_extend.m

function w = mog_extend(w,x,n,maxiter) %MOG_EXTEND Extend a MoG with one cluster % % W = MOG_EXTEND(W,X,[],MAXITER) % % Extend a Mixture of Gaussians model W to data X with one extra cluster % for
www.eeworm.com/read/492400/6422299

m mog_extend.m

function w = mog_extend(w,x,n,maxiter) %MOG_EXTEND Extend a MoG with one cluster % % W = MOG_EXTEND(W,X,[],MAXITER) % % Extend a Mixture of Gaussians model W to data X with one extra cluster % for
www.eeworm.com/read/400576/11573554

m mog_extend.m

function w = mog_extend(w,x,n,maxiter) %MOG_EXTEND Extend a MoG with one cluster % % W = MOG_EXTEND(W,X,[],MAXITER) % % Extend a Mixture of Gaussians model W to data X with one extra cluster % for
www.eeworm.com/read/336234/12462474

m snr_max.m

function [ys,W,Q]=SNR_Max(x,Fs); % SNR_Max is used to separate the linear mixture of multisignals % Usage:[ys,w,q]=SNR_Max(x,Fs); % Input: % *x is a column vectors of signals received by t