File tree
Expand file treeCollapse file tree
5 files changed
+38
-28
lines changedFilter options
- sklearn/cluster/tests
Expand file treeCollapse file tree
5 files changed
+38
-28
lines changedsklearn/cluster/tests/test_affinity_propagation.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_affinity_propagation.py+19-14Lines changed: 19 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
| 11 | + |
14 | 12 |
|
15 | 13 |
|
16 | 14 |
|
| ||
72 | 70 |
|
73 | 71 |
|
74 | 72 |
|
| 73 | + |
75 | 74 |
|
76 | 75 |
|
77 | 76 |
|
| ||
104 | 103 |
|
105 | 104 |
|
106 | 105 |
|
107 |
| - |
| 106 | + |
| 107 | + |
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
118 |
| - |
| 117 | + |
| 118 | + |
| 119 | + |
119 | 120 |
|
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
123 | 124 |
|
124 | 125 |
|
125 |
| - |
126 |
| - |
| 126 | + |
| 127 | + |
| 128 | + |
127 | 129 |
|
128 | 130 |
|
129 | 131 |
|
130 | 132 |
|
131 | 133 |
|
132 | 134 |
|
133 |
| - |
134 |
| - |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
135 | 139 |
|
136 | 140 |
|
137 | 141 |
|
| ||
144 | 148 |
|
145 | 149 |
|
146 | 150 |
|
147 |
| - |
148 |
| - |
149 |
| - |
| 151 | + |
| 152 | + |
| 153 | + |
150 | 154 |
|
151 | 155 |
|
152 | 156 |
|
153 | 157 |
|
154 |
| - |
| 158 | + |
| 159 | + |
155 | 160 |
|
156 | 161 |
|
157 | 162 |
|
|
sklearn/cluster/tests/test_birch.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_birch.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
| 94 | + |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
sklearn/cluster/tests/test_feature_agglomeration.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_feature_agglomeration.py+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 |
| - |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
|
sklearn/cluster/tests/test_hierarchical.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_hierarchical.py+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
| ||
94 | 93 |
|
95 | 94 |
|
96 | 95 |
|
97 |
| - |
98 |
| - |
| 96 | + |
| 97 | + |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
106 |
| - |
107 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| ||
550 | 550 |
|
551 | 551 |
|
552 | 552 |
|
553 |
| - |
| 553 | + |
| 554 | + |
554 | 555 |
|
555 | 556 |
|
556 | 557 |
|
|
sklearn/cluster/tests/test_spectral.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_spectral.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
| ||
132 | 131 |
|
133 | 132 |
|
134 | 133 |
|
135 |
| - |
| 134 | + |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
|
0 commit comments