compat.v0.iGD53¶ class compat.v0.iGD53¶ Bases: iGD Generalized Dunn’s Index 53 (GD53) __init__()¶ GD constructor. Parameters: t (int) – GD type, either 43 or 53. Methods __init__() GD constructor. update(x, c_i) GD incremental update. update(x: ndarray, c_i: int) → float¶ GD incremental update. Parameters: x (np.ndarray) – TODO c_i (int) – TODO Returns: TODO Return type: float