pyclustering icon indicating copy to clipboard operation
pyclustering copied to clipboard

[pyclustering.cluster.ema] 'random_state' parameter

Open annoviko opened this issue 4 years ago • 0 comments

Introduction 'random_state' parameter should be introduced in order to provide control to random seed value that is used during the processing.

Description

  • [ ] random_state parameter should be passed via **kwargs in __init__ to ema and used by the algorithm.
  • [ ] Implement test that demonstrates that two runs bring the same result.

annoviko avatar Jun 15 '20 11:06 annoviko