代码搜索:Entropy
找到约 1,851 项符合「Entropy」的源代码
代码结果 1,851
www.eeworm.com/read/277085/10669752
p entropy.p
www.eeworm.com/read/349646/10808814
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/349646/10809858
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/418342/10952814
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/417673/10980980
m entropy.m
www.eeworm.com/read/270320/11042092
p entropy.p
www.eeworm.com/read/133445/6933705
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/208134/6942801
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/373321/6947790
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/469416/6976296
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