Contents:
Bases: object
object
Incremental Generalized Dunn’s (GD) Index.
GD constructor.
t (int) – GD type, either 43 or 53.
Methods
__init__([t])
__init__
update(x, c_i)
update
GD incremental update.
x (np.ndarray) – TODO
c_i (int) – TODO
TODO
float