Learn R Programming

funModeling (version 1.6.8)

infor_magic: Computes several information theory metrics between two vectors

Description

It retrieves the same as var_rank_info but receiving two vectors. Metrics are: entropy (en), mutual information (mi), information gain (ig) and gain ratio (gr).

Usage

infor_magic(input, target)

Arguments

input

vector to be evaluated against the variable defined in 'target' parameter

target

vector containing the output variable.

Value

Matrix of 1 row and 4 columns, where each column represent the mentioned metrics

Examples

Run this code
# NOT RUN {
infor_magic(data_golf$outlook, data_golf$play_golf)
# }

Run the code above in your browser using DataLab