annoviko/pyclustering

[pyclustering.cluster.ema] 'random_state' parameter

开放

#608 创建于 2020年6月15日

 (0 条评论) (0 个反应) (0 位负责人)Python (263 个派生)auto 404
EnhancementGood First Issue

仓库指标

星标
 (1,215 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南