compat.v0.iGD43¶ class compat.v0.iGD43¶ Bases: iGD Generalized Dunn’s Index 43 (GD43) CVI. __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