Calculate clustering accuracy. Require scikit-learn installed # Arguments y: true labels, numpy.array with shape `(n_samples,)` y_pred: predicted labels, numpy.array with shape `(n_samples,)` # Return accuracy, in [0,1]
(y_true, y_pred)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected