文件名称:ParInfoGain
介绍说明--下载内容均来自于网络,请自行研究使用
ParInfoGain - Computes parallel information gain and gain ratio in Matlab using the Matlab Parallel Computing Toolbox or the Distributed Server (if available)
Information gain is defined as:
InfoGain(Class,Attribute) = H(Class) - H(Class | Attribute)
Gain ratio is defined as:
GainRatio(Class, Attribute) = (H(Class) - H(Class | Attribute)) / H(Attribute).
...where H is the entropy, defined as - sum(i=1 to k) pi log2 pi-ParInfoGain - Computes parallel information gain and gain ratio in Matlab using the Matlab Parallel Computing Toolbox or the Distributed Server (if available)
Information gain is defined as:
InfoGain(Class,Attribute) = H(Class) - H(Class | Attribute)
Gain ratio is defined as:
GainRatio(Class, Attribute) = (H(Class) - H(Class | Attribute)) / H(Attribute).
...where H is the entropy, defined as - sum(i=1 to k) pi log2 pi
Information gain is defined as:
InfoGain(Class,Attribute) = H(Class) - H(Class | Attribute)
Gain ratio is defined as:
GainRatio(Class, Attribute) = (H(Class) - H(Class | Attribute)) / H(Attribute).
...where H is the entropy, defined as - sum(i=1 to k) pi log2 pi-ParInfoGain - Computes parallel information gain and gain ratio in Matlab using the Matlab Parallel Computing Toolbox or the Distributed Server (if available)
Information gain is defined as:
InfoGain(Class,Attribute) = H(Class) - H(Class | Attribute)
Gain ratio is defined as:
GainRatio(Class, Attribute) = (H(Class) - H(Class | Attribute)) / H(Attribute).
...where H is the entropy, defined as - sum(i=1 to k) pi log2 pi
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ParInfoGain.m