View source: R/FeatureSelection.OtherFuncCollections.R
X.entropy | R Documentation |
An auxiliary function for the qualityF
parameter in the FS.greedy.heuristic.reduct.RST
, FS.DAAR.heuristic.RST
and FS.greedy.heuristic.superreduct.RST
functions.
It is based on entropy as a measure of information(Shannon, 1948).
X.entropy(decisionDistrib)
decisionDistrib |
an integer vector corresponding to a distribution of attribute values |
a numeric value indicating entropy of an attribute.
Andrzej Janusz
C. E. Shannon, "A Mathematical Theory of Communication", Bell System Technical Journal, vol. 27, p. 379 - 423, 623 - 656 (1948).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.