annoviko/pyclustering

[pyclustering.cluster.ema] 'random_state' parameter

Aperta

#608 aperta il 15 giu 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Python (263 fork)auto 404
EnhancementGood First Issue

Metriche repository

Star
 (1215 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor