代码搜索:NETSIM
找到约 54 项符合「NETSIM」的源代码
代码结果 54
www.eeworm.com/read/470544/6913343
m kmeansquantex.m
% function [idx,netsim,dpsim,expref] = kmeansquantEx(x, S, K, EMruns)
%
% Initializes k-centers with the quantized means (exemplars) found by the
% k-means algorithm.
%
% Input:
% x is a d-by
www.eeworm.com/read/470544/6913347
m kmeansquant.m
% function [idx,netsim,dpsim,expref] = kmeansquant(x, S, K, EMruns)
%
% Initializes k-centers with the clustering partition found by the
% k-means algorithm.
%
% Input:
% x is a d-by-N matrix
www.eeworm.com/read/470544/6913348
m migemquantex.m
% function [idx,netsim,dpsim,expref] = mdgEMquantEx(x, S, K, EMruns)
%
% Initializes k-centers with the quantized means (exemplars) found by a
% an isotropic diagonal mixture of Gaussians.
%
% In
www.eeworm.com/read/470544/6913350
m migemquant.m
% function [idx,netsim,dpsim,expref] = migEMquant(x, S, K, EMruns)
%
% Initializes k-centers with the clustering partition found by a
% an isotropic diagonal mixture of Gaussians.
%
% Input:
%
www.eeworm.com/read/399806/7834570
txt grademelabs.txt
Boson NetSim Labs - for CCNA/ICND,blank
Logging In Lab - Boson #1,lab1
Basics Lab - Boson #2,basics
Show Lab - Boson #3,show
CDP Lab - Boson #4,cdp
Extended Basics Lab - Boson #5,basics2
Router
www.eeworm.com/read/221024/14777201
edu^users^oraq^netsim^ http:^^www.cs.utexas.edu^users^oraq^netsim^
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 06-Jan-97 20:21:30 GMT
Content-Type: text/html
Content-Length: 4649
Last-Modified: Wednesday, 06-Nov-96 14:43:17 GMT
www.eeworm.com/read/470544/6913342
m klogk.m
function [idx,netsim,dpsim,expref] = klogk(S,K,runs),
idx=zeros(length(S),runs,'uint32'); netsim=zeros(1,runs); dpsim=zeros(1,runs); expref=zeros(1,runs);
for tt=1:runs,
[idx(:,tt),netsim(tt)