kmeans-crystal 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57707a16da2fbc32a0b01dbb8d38abfc85e244d9
4
- data.tar.gz: 33f7ee2bd5e1f41c09bcd69c5dec2bccfd8eb90a
3
+ metadata.gz: 7cddaee5576189b4d5babaebf22f6555beeb3cf5
4
+ data.tar.gz: 11819f22e585a94b9e4521155ddf788511c3d3a3
5
5
  SHA512:
6
- metadata.gz: 1bbce8b354288a43713a77ea5acb5bdd243420af6c93fd4b9e2d73a08a2a69f9212b36c02aaeefc4586288dbe6c632d20668cf347aead59468783b84ac4e6554
7
- data.tar.gz: 3dc11beedb1fb2e4d9d6716fadbba1af09b43f1895395173ffb964c1f24634dd57144621bef29dcc769cc9ad6d5ca2e424ec33e80c1bfc4478120fb10ed3d7b7
6
+ metadata.gz: 953e7c294292a701811242a9d02fe125a101d11a07703469a3c58efa1ba5933e6ed0c9089cacb77c244614f4fc76a77066cf3286ebb4121a46cf9688c31d3dd0
7
+ data.tar.gz: e530a0ddace228c0eb59aeaba363d045bd6e85f7bb4c3eb4a8c6cd26b4d87b7b4a03086d9bf9d4f3139b801dd071469049ac6f48c14185da9b73faf41a703153
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kmeans-crystal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ireullin
@@ -12,8 +12,7 @@ date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  The library for data clustering is implemented by k-means algorithm.With the library, you can monitor the model’s training processand end the training if the result is converged.
15
- <br>這是一個分群用的library。他實作了k-means演算法。透過這個library你可以監看整個model訓練的過程,並且在結果收斂的時候結束訓練。
16
- <br>https://github.com/ireullin/kmeans-crystal
15
+ 這是一個分群用的library。他實作了k-means演算法。透過這個library你可以監看整個model訓練的過程,並且在結果收斂的時候結束訓練。
17
16
  email:
18
17
  - ireullin@gmail.com
19
18
  executables: []
@@ -45,6 +44,6 @@ rubygems_version: 2.4.6
45
44
  signing_key:
46
45
  specification_version: 4
47
46
  summary: With this library, you can monitor the model’s training process and end the
48
- training if the result is converged. <br>https://github.com/ireullin/kmeans-crystal
47
+ training if the result is converged.
49
48
  test_files: []
50
49
  has_rdoc: