Commit 3db7469eb4653b8dc75a6f72049d56c96748fc80
1 parent
b9bbfd28
Add Documentation
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
main.py
@@ -32,8 +32,6 @@ def main(args): | @@ -32,8 +32,6 @@ def main(args): | ||
32 | #### Distances #### | 32 | #### Distances #### |
33 | print ("\ndistances : " + str(testSample.distances)) | 33 | print ("\ndistances : " + str(testSample.distances)) |
34 | 34 | ||
35 | - KNeighbors(dz,) | ||
36 | - | ||
37 | #### Barycenter #### | 35 | #### Barycenter #### |
38 | a = resolve_barycenter(neighborsCells, testSample.distances) | 36 | a = resolve_barycenter(neighborsCells, testSample.distances) |
39 | print(a.toString()) | 37 | print(a.toString()) |