代码搜索:Netlab
找到约 753 项符合「Netlab」的源代码
代码结果 753
www.eeworm.com/read/199440/7853167
m hmminit.m
function [hmm] = hmminit (X,hmm,covtype,gamma)
% function [hmm] = hmminit (X,hmm,covtype,gamma)
%
% Initialise Gaussian observation HMM model
% using a static Gaussian Mixture Model (using NetLab ro
www.eeworm.com/read/196840/8055017
m hmminit.m
function [hmm] = hmminit (X,hmm,covtype,gamma)
% function [hmm] = hmminit (X,hmm,covtype,gamma)
%
% Initialise Gaussian observation HMM model
% using a static Gaussian Mixture Model (using NetLab ro
www.eeworm.com/read/196836/8055195
m hmminit.m
function [hmm] = hmminit (X,hmm,covtype,gamma)
% function [hmm] = hmminit (X,hmm,covtype,gamma)
%
% Initialise Gaussian observation HMM model
% using a static Gaussian Mixture Model (using NetLab ro
www.eeworm.com/read/16731/685864
m hmminit.m
function [hmm] = hmminit (X,hmm,covtype,gamma)
% function [hmm] = hmminit (X,hmm,covtype,gamma)
%
% Initialise Gaussian observation HMM model
% using a static Gaussian Mixture Model (using NetLab ro
www.eeworm.com/read/415219/11080202
txt readme.txt
22 Oct 2008
gmmVBEM.m is the main file for VBEM
Main file needs
MyEllipse.m for plotting
Netlab gmmem for initialization
Following example file illustrates the usage
exampleVBEM.m
www.eeworm.com/read/382649/9007693
c print-sctp.c
/* Copyright (c) 2001 NETLAB, Temple University
* Copyright (c) 2001 Protocol Engineering Lab, University of Delaware
*
* Jerry Heinz
* John Fiore
www.eeworm.com/read/16731/685886
installation
Pre-requisites are
1. Matlab 5.0 or later
2. NetLab routines on your search path
3. MarBox routines on your search path (from Will Penny's Web page)
That's it !
www.eeworm.com/read/160391/5571163
m mog1.m
% Fit a mixture of Gaussians using netlab and BNT
rand('state', 0);
randn('state', 0);
% Q -> Y
ncenters = 2; dim = 2;
cov_type = 'full';
% Generate the data from a mixture of 2 Gaussians
www.eeworm.com/read/199440/7853208
m wgmmem.m
function [mix, options, errlog] = wgmmem(mix, x, gamma,options)
% function [mix, options, errlog] = wgmmem(mix, x, gamma,options)
%
% This routine adapted from gmmem in NetLab by I. Nabney and C. Bis
www.eeworm.com/read/196840/8055041
m wgmmem.m
function [mix, options, errlog] = wgmmem(mix, x, gamma,options)
% function [mix, options, errlog] = wgmmem(mix, x, gamma,options)
%
% This routine adapted from gmmem in NetLab by I. Nabney and C. Bis