-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1.5.0-DEV-c9805191e3.log
193 lines (192 loc) · 6.34 KB
/
1.5.0-DEV-c9805191e3.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Julia Version 1.5.0-DEV.570
Commit c9805191e3 (2020-04-04 00:18 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Distances ────────── v0.8.2
Installed Missings ─────────── v0.4.3
Installed OrderedCollections ─ v1.1.0
Installed NearestNeighbors ─── v0.4.4
Installed StaticArrays ─────── v0.12.1
Installed DataStructures ───── v0.17.11
Installed StatsBase ────────── v0.32.2
Installed Clustering ───────── v0.13.5
Installed DataAPI ──────────── v1.1.0
Installed SortingAlgorithms ── v0.3.1
Updating `~/.julia/environments/v1.5/Project.toml`
aaaa29a8 + Clustering v0.13.5
Updating `~/.julia/environments/v1.5/Manifest.toml`
aaaa29a8 + Clustering v0.13.5
9a962f9c + DataAPI v1.1.0
864edb3b + DataStructures v0.17.11
b4f34e82 + Distances v0.8.2
e1d29d7a + Missings v0.4.3
b8a86587 + NearestNeighbors v0.4.4
bac558e1 + OrderedCollections v1.1.0
a2af1166 + SortingAlgorithms v0.3.1
90137ffa + StaticArrays v0.12.1
2913bbd2 + StatsBase v0.32.2
2a0f44e3 + Base64
8ba89e20 + Distributed
b77e0a4c + InteractiveUtils
8f399da3 + Libdl
37e2e46d + LinearAlgebra
56ddb016 + Logging
d6f4376e + Markdown
de0858da + Printf
9a3f8284 + Random
9e88b42a + Serialization
6462fe0b + Sockets
2f01184e + SparseArrays
10745b16 + Statistics
8dfed614 + Test
4ec0a83e + Unicode
Testing Clustering
Status `/tmp/jl_kBSzEA/Project.toml`
aaaa29a8 Clustering v0.13.5
944b1d66 CodecZlib v0.7.0
b4f34e82 Distances v0.8.2
b8a86587 NearestNeighbors v0.4.4
2913bbd2 StatsBase v0.32.2
8bb1440f DelimitedFiles
37e2e46d LinearAlgebra
de0858da Printf
9a3f8284 Random
2f01184e SparseArrays
10745b16 Statistics
8dfed614 Test
Status `/tmp/jl_kBSzEA/Manifest.toml`
aaaa29a8 Clustering v0.13.5
944b1d66 CodecZlib v0.7.0
9a962f9c DataAPI v1.1.0
864edb3b DataStructures v0.17.11
b4f34e82 Distances v0.8.2
e1d29d7a Missings v0.4.3
b8a86587 NearestNeighbors v0.4.4
bac558e1 OrderedCollections v1.1.0
a2af1166 SortingAlgorithms v0.3.1
90137ffa StaticArrays v0.12.1
2913bbd2 StatsBase v0.32.2
3bb67fe8 TranscodingStreams v0.9.5
83775a58 Zlib_jll v1.2.11+9
2a0f44e3 Base64
ade2ca70 Dates
8bb1440f DelimitedFiles
8ba89e20 Distributed
b77e0a4c InteractiveUtils
76f85450 LibGit2
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
44cfe95a Pkg
de0858da Printf
3fa0cd96 REPL
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
6462fe0b Sockets
2f01184e SparseArrays
10745b16 Statistics
8dfed614 Test
cf7118a7 UUIDs
4ec0a83e Unicode
Runing tests:
* seeding.jl ...
Test Summary: | Pass Total
seeding | 64 64
* kmeans.jl ...
Iters objv objv-change | affected
-------------------------------------------------------------
0 1.470563e+00
1 7.352817e-01 -7.352817e-01 | 0
2 7.352817e-01 0.000000e+00 | 0
K-means converged with 2 iterations (objv = 0.7352816593329847)
K-means converged with 2 iterations (objv = 0.09164881001248792)
┌ Warning: The clustering cost increased at iteration #1
└ @ Clustering ~/.julia/packages/Clustering/uj53P/src/kmeans.jl:188
Test Summary: | Pass Total
kmeans() (k-means) | 95 95
* kmedoids.jl ...
Iters objv objv-change
-----------------------------------------------------
0 1.589132e+00
1 1.623600e+00 3.446832e-02
2 1.623600e+00 0.000000e+00
K-medoids converged with 2 iterations (objv = 1.6236002870003423)
K-medoids converged with 2 iterations (objv = 1.6236002870003423)
Test Summary: | Pass Total
kmedoids() (k-medoids) | 32 32
* affprop.jl ...
Iters objv-change | exemplars
-----------------------------------------------------
1 1.7243e+00 | 1
2 1.1599e+00 | 1
3 1.0111e+00 | 1
4 8.2884e-01 | 1
5 6.2996e-01 | 1
6 4.4970e-01 | 1
7 3.0568e-01 | 1
8 1.9999e-01 | 1
9 1.2694e-01 | 1
10 7.8624e-02 | 1
Affinity propagation converged with 10 iterations: 1 exemplars.
Affinity propagation converged with 9 iterations: 1 exemplars.
Test Summary: | Pass Total
affinityprop() (affinity propagation) | 78 78
* dbscan.jl ...
Test Summary: | Pass Total
dbscan() (DBSCAN clustering) | 19 19
* fuzzycmeans.jl ...
Iters center-change
----------------------------
1 5.244585e-01
2 1.013155e-01
3 2.621402e-01
4 2.313798e-01
5 3.691017e-02
Fuzzy C-means converged with 5 iterations (δ = 0.036910170483319474)
Fuzzy C-means converged with 6 iterations (δ = 0.052544440650040276)
Test Summary: | Pass Total
fuzzy_cmeans() | 36 36
* counts.jl ...
Test Summary: | Pass Total
counts() (contingency matrix) | 22 22
* silhouette.jl ...
Test Summary: | Pass Broken Total
silhouettes() | 11 1 12
* varinfo.jl ...
Test Summary: | Pass Total
varinfo() (variational information) | 7 7
* randindex.jl ...
Test Summary: | Pass Total
randindex() (Rand index) | 13 13
* hclust.jl ...
Test Summary: | Pass Total
hclust() (hierarchical clustering) | 6667 6667
* mcl.jl ...
[ Info: Starting MCL iterations...
┌ Info: MCL iter. #0: rel.Δ=
└ rel_delta = 0.0
[ Info: MCL converged after 0 iteration(s)
[ Info: Generating MCL clusters...
[ Info: Starting MCL iterations...
[ Info: MCL converged after 0 iteration(s)
[ Info: Generating MCL clusters...
Test Summary: | Pass Broken Total
MCL | 33 1 34
* vmeasure.jl ...
Test Summary: | Pass Broken Total
V-measure | 8 1 9
* mutualinfo.jl ...
Test Summary: | Pass Total
mutualinfo() (mutual information) | 4 4
Testing Clustering tests passed