代码搜索:Entropy

找到约 1,851 项符合「Entropy」的源代码

代码结果 1,851
www.eeworm.com/read/353980/10400714

hh entropy.hh

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm
www.eeworm.com/read/353980/10400739

cc entropy.cc

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm
www.eeworm.com/read/161460/10407244

java entropy.java

package shared; import java.lang.*; import java.util.*; /** This class handles all of the Entropy based calculations. All logs * are base 2 (other bases just scale the entropy). The reason for
www.eeworm.com/read/424747/10417893

m entropy.m

% 计算种群平均信息熵 function aver = entropy(oldpop,outfp) popsize = length(oldpop); lchrom = length(oldpop(1).chrom); N = zeros(lchrom,lchrom); H = zeros(1,lchrom); for j = 1:lchrom for i = 1:p
www.eeworm.com/read/160913/10471422

m entropy.m

function h=entropy(p) % H=ENTROPY(P) 返回概率矢量P的熵函数。 if length(find(p10e-10, error('Not aprob.vector,componen
www.eeworm.com/read/424063/10499208

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector P. if length(find(p
www.eeworm.com/read/424063/10499439

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector P. if length(find(p
www.eeworm.com/read/423536/10552849

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector P. if length(find(p
www.eeworm.com/read/423536/10553025

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector P. if length(find(p
www.eeworm.com/read/423076/10589406

p entropy.p