IG-deprecated {FCBF}R Documentation

Information Gain This functions runs Information Gain for two features, returning the score

Description

Information Gain This functions runs Information Gain for two features, returning the score

Arguments

x

A vector containing a categorical feature

y

A vector containing other categorical feature

base

The base used for the logaritmic function. The default is exp(1) (~2.718)

Value

A numerical value for the Information Gain score

See Also

FCBF-deprecated


[Package FCBF version 2.1.0 Index]