classix.CLASSIX.predict

CLASSIX.predict(data)[source]

Allocate the data to their nearest clusters.

  • datanumpy.ndarray

    The ndarray-like input of shape (n_samples,)

Returns

labelsnumpy.ndarray

The predicted clustering labels.