Description Usage Arguments Value SU IG get_su
This functions runs information gain for a feature table and a class, returning the scores of information gain for all features
1 2 3 4 5 6 7 |
x |
A table of features (observations in rows, variables in columns) |
y |
A target vector, factor containing classes of the observations. Note: the observations must be in the same order as the parameter x. |
A dataframe containing the SU values for each feature
SU
For SU
, use get_SU_for_vector_pair
.
IG
For IG
, use get_IG_for_vector_pair
.
get_su
For get_su
, use get_su_for_feature_table_and_vector
.
For get_su
, use get_ig_for_feature_table_and_vector
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.