Bayesian Models
Clustering Models
Types
KMeans.clone()
Clones the estimator without copying any fitted attributes. All parameters of this estimator are copied via copy.deepcopy().
copy.deepcopy()
TypeVar(E, bound= BaseEstimator)
TypeVar
E
The cloned estimator with the same parameters.