cvi.compat.v0.cluster_center_update

cvi.compat.v0.cluster_center_update(x: ndarray, v_old: ndarray, n_old: ndarray) Tuple[ndarray, ndarray]

Updates the cluster center incrementally.

Parameters:
  • x (np.ndarray) – TODO

  • v_old (np.ndarray) – TODO

  • n_old (np.ndarray) – TODO

Return type:

Tuple[np.ndarray, np.ndarray]