代码搜索:Entropy
找到约 1,851 项符合「Entropy」的源代码
代码结果 1,851
www.eeworm.com/read/448049/7541060
m entropy.m
function H = entropy(X)
% -------------------------------------------------------------------------
% this code is part of the 'Reduction Testbench' suite
% developed by A. Manganaro, R. Todesc
www.eeworm.com/read/445830/7589533
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/442447/7651419
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/441132/7675296
c entropy.c
/*
* Copyright (c) 2001 Damien Miller. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit
www.eeworm.com/read/441132/7675301
h entropy.h
/*
* Copyright (c) 1999-2000 Damien Miller. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c
www.eeworm.com/read/440750/7682250
m entropy.m
function h=entropy(p,dim,cond,arg,step)
%ENTROPY calculates the entropy of discrete and sampled continuous distributions H=(P,DIM,COND,ARG,STEP)
%
% Inputs: P is a vector or matrix of prob
www.eeworm.com/read/439811/7701518
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/198970/7899954
m entropy.m
function H = entropy(x,type,varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Entropy(x,'lvout') -- Calculate a resubstitution entropy estimate for a KDE
www.eeworm.com/read/198338/7939969
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/197268/8007678
hh entropy.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm