gini_impurities: Gini Impurities

Description Usage Arguments Details Examples

View source: R/gini_impurities.R

Description

Identify group weighted gini impurities using pairs of columns within a dataset. Can be used to located hierarchical data, or 1-1 correspondences

Usage

1
gini_impurities(dt, wide = FALSE, verbose = FALSE)

Arguments

dt

A data.table with at least two columns

wide

Should the results be in wide format?

verbose

Should progress be printed to the screen?

Details

For pairs of columns (Var1, Var2) in a dataset, calculates the weighted gini impurity of Var2 relative to the groups determined by Var1

Examples

1
2
3

ben519/mltools documentation built on Sept. 22, 2021, 4:30 p.m.