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
|
D
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
R
|
S
|
T
A
allocator
module
allocator.cluster
module
allocator.sort_by_distance
module
allocator.tests
module
allocator.utils
module
assign_to_closest() (in module allocator)
C
capture() (in module allocator.tests)
centroids (allocator.ClusterResult attribute)
cluster() (in module allocator)
ClusterResult (class in allocator)
column_exists() (in module allocator.utils)
ComparisonResult (class in allocator)
converged (allocator.ClusterResult attribute)
D
data (allocator.ClusterResult attribute)
(allocator.RouteResult attribute)
(allocator.SortResult attribute)
distance_matrix (allocator.SortResult attribute)
F
fixup_columns() (in module allocator.utils)
G
get_logger() (in module allocator)
I
inertia (allocator.ClusterResult attribute)
K
kahip() (in module allocator)
kmeans() (in module allocator)
L
labels (allocator.ClusterResult attribute)
M
metadata (allocator.ClusterResult attribute)
(allocator.ComparisonResult attribute)
(allocator.RouteResult attribute)
(allocator.SortResult attribute)
module
allocator
allocator.cluster
allocator.sort_by_distance
allocator.tests
allocator.utils
N
n_iter (allocator.ClusterResult attribute)
R
results (allocator.ComparisonResult attribute)
route (allocator.RouteResult attribute)
RouteResult (class in allocator)
S
setup_logging() (in module allocator)
shortest_path() (in module allocator)
sort_by_distance() (in module allocator)
SortResult (class in allocator)
statistics (allocator.ComparisonResult attribute)
T
total_distance (allocator.RouteResult attribute)
tsp_christofides() (in module allocator)
tsp_google() (in module allocator)
tsp_ortools() (in module allocator)
tsp_osrm() (in module allocator)