allocator
Sort By Distance
Cluster Locations Using K-Means
Cluster Locations Using KahIP
Approximate TSP using MST
Google OR Tools TSP solver Shortest path
Google Maps Directions API Shortest path
OSRM Trip API Shortest path
KaHIP vs. K-Means comparison
allocator
Index
Index
A
|
C
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
O
|
P
|
X
A
allocator
module
allocator.cluster_kahip
module
allocator.cluster_kmeans
module
allocator.distance_matrix
module
allocator.shortest_path_gm
module
allocator.shortest_path_osrm
module
allocator.sort_by_distance
module
allocator.tests
module
allocator.utils
module
C
capture() (in module allocator.tests)
closest_centroid_euclidean() (in module allocator.cluster_kmeans)
closest_centroid_haversine() (in module allocator.cluster_kmeans)
closest_centroid_osrm() (in module allocator.cluster_kmeans)
column_exists() (in module allocator.utils)
E
euclidean_distance_matrix() (in module allocator.distance_matrix)
execute() (in module allocator.cluster_kahip)
F
fixup_columns() (in module allocator.utils)
G
google_distance_matrix() (in module allocator.distance_matrix)
H
haversine_distance_matrix() (in module allocator.distance_matrix)
I
initialize_centroids() (in module allocator.cluster_kmeans)
isstring() (in module allocator.utils)
L
latlon2xy() (in module allocator.distance_matrix)
M
main() (in module allocator.cluster_kahip)
(in module allocator.cluster_kmeans)
(in module allocator.shortest_path_gm)
(in module allocator.shortest_path_osrm)
(in module allocator.sort_by_distance)
module
allocator
allocator.cluster_kahip
allocator.cluster_kmeans
allocator.distance_matrix
allocator.shortest_path_gm
allocator.shortest_path_osrm
allocator.sort_by_distance
allocator.tests
allocator.utils
move_centroids() (in module allocator.cluster_kmeans)
O
osrm_distance_matrix() (in module allocator.distance_matrix)
osrm_trip() (in module allocator.shortest_path_osrm)
P
pairwise_distances() (in module allocator.distance_matrix)
X
xy2latlog() (in module allocator.distance_matrix)