代码搜索:Entropy
找到约 1,851 项符合「Entropy」的源代码
代码结果 1,851
www.eeworm.com/read/287843/8665612
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/431613/8665629
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/427909/8913660
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/282683/9074294
m entropy.m
function e = entropy(x, y)
%ENTROPY Computes entropy e for vector x or joint entropy for (x, y).
%
% e = entropy(x)
% e = entropy(x, y)
%
% Computes entropy e for vector x or joint entropy for (x,
www.eeworm.com/read/381211/9104240
m entropy.m
function [H,Ht]=entropy(x);
% function [H,Ht]=entropy(x).
%
% x =any INTEGER vector or array. (Real values are rounded.)
%
% H = Average entropy in vector x in bits per symbol.
% Ht = Total entr
www.eeworm.com/read/184267/9114087
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/374411/9407088
m entropy.m
function H = entropy(x,type,varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Entropy(x,'lvout') -- Calculate a resubstitution entropy estimate for a KDE
www.eeworm.com/read/178047/9421938
plg entropy.plg
Build Log
--------------------Configuration: entropy - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/178047/9421941
cpp entropy.cpp
#include "iostream"
#include "cmath"
using namespace std;
//定义一个结构体来表示这个表的信息
enum pMajor{Arts,Science,English};
enum pStatu{Graduate,Undergraduate};
enum pAge{Old,Young};
enum pNationality{
www.eeworm.com/read/178047/9421943
dsw entropy.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################