代码搜索:Entropy

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

代码结果 1,851
www.eeworm.com/read/178047/9421945

dsp entropy.dsp

# Microsoft Developer Studio Project File - Name="entropy" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/178047/9421947

opt entropy.opt

www.eeworm.com/read/178047/9421948

ncb entropy.ncb

www.eeworm.com/read/373250/9467695

m entropy.m

function H = entropy(v, scale) % ENTROPY Entropy log base 2 % H = entropy(v) % If v is a matrix, we compute the entropy of each column % % % H = entropy(v,1) means we scale the result so that it
www.eeworm.com/read/371924/9530530

p entropy.p

www.eeworm.com/read/170469/9805379

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/365479/9862258

m entropy.m

function h = entropy(vec1) %========================================================= % %This is a prog in the MutualInfo 0.9 package written by % Hanchuan Peng. % %Disclaimer: The author of program
www.eeworm.com/read/359900/10116890

m entropy.m

function h = entropy(x, n) %ENTROPY Computes a first-order estimate of the entropy of a matrix. % H = ENTROPY(X, N) returns the first-order estimate of matrix X % with N symbols (N = 256 if omi
www.eeworm.com/read/359181/10161969

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/425546/10348918

m entropy.m

function H = entropy(v, scale) % ENTROPY Entropy log base 2 % H = entropy(v) % If v is a matrix, we compute the entropy of each column % % % H = entropy(v,1) means we scale the result so that it