代码搜索:Samples
找到约 10,000 项符合「Samples」的源代码
代码结果 10,000
www.eeworm.com/read/402158/2330941
svn-base samples.html.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/402158/2331406
svn-base samples.html.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/396844/2407667
m mk_mutilated_samples.m
function [data, clamped] = mk_mutilated_samples(bnet, ncases, max_clamp, usecell)
% GEN_MUTILATED_SAMPLES Do random interventions and then draw random samples
% [data, clamped] = gen_mutilated_samples
www.eeworm.com/read/388751/2547056
svn-base samples.css.svn-base
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
.x-panel-tl .x-panel-header {
color:#fff;
}
.x-panel-tc {
www.eeworm.com/read/388751/2547059
svn-base samples.html.svn-base
Ext JS 2.2 Samples
#all-demos {
}
#all-demos dd {
float:left;
width:300px;
height:100px;
www.eeworm.com/read/388751/2547060
svn-base samples.js.svn-base
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
SamplePanel = Ext.extend(Ext.DataView, {
autoHeight: true,
www.eeworm.com/read/371704/2779241
m edges_from_samples.m
function [edges,newsamples]=edges_from_samples(samples,no_of_bins,fraction)
% Compute "no_of_bins" bin edges in such a way that "percentile" samples are
% in these bins and that each bin contains a
www.eeworm.com/read/371704/2779244
m create_powerlaw_samples.m
function mat=create_powerlaw_samples(nsamp,ntr,power,seed)
randn('state',seed);
temp=randn(nsamp,ntr);
temp1=fft(temp);
f=(0:nsamp)';
f=min(f(1:end-1),f(end:-1:2));
f(1)=eps;
f=f.^power;
f(1