Commit 3db7469eb4653b8dc75a6f72049d56c96748fc80

Authored by Anthex
1 parent b9bbfd28

Add Documentation

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
... ... @@ -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())
... ...