information_gain.Rd
Computes the information gain between an 'input' and 'target' variable (using log2). In general terms, the higher the more predictable the input is.
information_gain(input, target)
input | numeric/character vector |
---|---|
target | numeric/character vector |
information gain
if (FALSE) { information_gain(input=data_golf$outlook, target=data_golf$play_golf) }