annoviko/pyclustering

[pyclustering.cluster.ema] 'random_state' parameter

Ouverte

#608 ouverte le 15 juin 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Python (263 forks)auto 404
EnhancementGood First Issue

Métriques du dépôt

Stars
 (1 215 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur