Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
3db7469eb4653b8dc75a6f72049d56c96748fc80
Authored by
Anthex
2019-04-22 17:59:02 +0200
1 parent
b9bbfd28
Add Documentation
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
main.py
Inline
Side-by-side
main.py
Wrap text
Show/Hide comments
View file @
3db7469
...
...
@@ -32,8 +32,6 @@ def main(args):
32
32
#### Distances ####
33
33
print ("\ndistances : " + str(testSample.distances))
34
34
35
- KNeighbors(dz,)
36
-
37
35
#### Barycenter ####
38
36
a = resolve_barycenter(neighborsCells, testSample.distances)
39
37
print(a.toString())
...
...