cytonormpy.MeanShift.train

cytonormpy.MeanShift.train#

MeanShift.train(X, **kwargs)#

Trains the classifier. Calls sklearn.cluster.MeanShift.fit() internally.

Parameters:
  • X (ndarray) – The data used for traning.

  • kwargs – Keyword arguments passed to sklearn.cluster.MeanShift.fit()

Return type:

None