cytonormpy.FlowSOM.calculate_clusters#
- FlowSOM.calculate_clusters(X, **kwargs)#
Calculates the clusters. Calls
flowsom.FlowSOMEstimator.predict()internally.- Parameters:
X (
ndarray) – The data that are supposed to be predicted.kwargs – Keyword arguments passed to
flowsom.FlowSOMEstimator.predict()
- Return type:
Cluster annotations stored in a
np.ndarray