File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ using Clustering
6
6
using LinearAlgebra
7
7
using Random, StableRNGs
8
8
using Statistics
9
- include (" test_helpers.jl" )
10
9
11
10
@testset " affinityprop() (affinity propagation)" begin
12
11
Original file line number Diff line number Diff line change 1
1
using Test
2
2
using Clustering
3
3
using Distances
4
- include (" test_helpers.jl" )
5
4
6
5
@testset " dbscan() (DBSCAN clustering)" begin
7
6
Original file line number Diff line number Diff line change 1
1
using Test
2
2
using Distances
3
3
using Clustering
4
- include (" test_helpers.jl" )
5
4
6
5
@testset " kmedoids() (k-medoids)" begin
7
6
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ using SparseArrays
6
6
using StableRNGs
7
7
using Statistics
8
8
9
+ include (" test_helpers.jl" )
10
+
9
11
tests = [" seeding" ,
10
12
" kmeans" ,
11
13
" kmedoids" ,
You can’t perform that action at this time.
0 commit comments