Contents:
Gini
Gini.__init__()
Classic Gini coefficient in absolute deviation form.
numpy.array
An array in the shape \((n,1)\) containing the attribute values.
float
Gini coefficient.
Methods
__init__(x)
__init__