annoviko/pyclustering

[pyclustering.cluster.ema] 'random_state' parameter

オープン

#608 opened on 2020/06/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (263 件のフォーク)auto 404
EnhancementGood First Issue

Repository metrics

Stars
 (1,215 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド