File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -165,13 +165,6 @@ Graph Routines
165
165
If this is ever needed again, it would be far faster to use a single
166
166
iteration of Dijkstra's algorithm from ``graph_shortest_path ``.
167
167
168
- - :func: `graph_shortest_path.graph_shortest_path `:
169
- (used in :class: `~sklearn.manifold.Isomap `)
170
- Return the shortest path between all pairs of connected points on a directed
171
- or undirected graph. Both the Floyd-Warshall algorithm and Dijkstra's
172
- algorithm are available. The algorithm is most efficient when the
173
- connectivity matrix is a ``scipy.sparse.csr_matrix ``.
174
-
175
168
176
169
Testing Functions
177
170
=================
Original file line number Diff line number Diff line change @@ -1602,7 +1602,6 @@ Plotting
1602
1602
utils.gen_batches
1603
1603
utils.gen_even_slices
1604
1604
utils.graph.single_source_shortest_path_length
1605
- utils.graph_shortest_path.graph_shortest_path
1606
1605
utils.indexable
1607
1606
utils.metaestimators.if_delegate_has_method
1608
1607
utils.metaestimators.available_if
You can’t perform that action at this time.
0 commit comments