We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7115d2f commit ecfb6c4Copy full SHA for ecfb6c4
test/clustering.jl
@@ -0,0 +1,11 @@
1
+using Clustering
2
+
3
+vals = [
4
+ 0.526449 0.253821 0.536858 0.15444 0.39956 0.278192 0.145485 0.685143 0.495732 0.596486
5
+ 0.913692 0.205756 0.403905 0.529887 0.104882 0.180711 0.651375 0.208858 0.307472 0.277686
6
+ 0.537414 0.870541 0.163864 0.374202 0.0393039 0.68875 0.828697 0.0172519 0.668273 0.765799
7
+]
8
9
+@testset "clustering.jl" begin
10
+ cepsclustering(vals, 3)
11
+end
0 commit comments