dot-al_s2_short_paths: Get the shortest paths between vertices.

Description Usage Arguments Value Author(s)

Description

This function computes the paths from a vertex to a set of vertices in graph.

Usage

1
.al_s2_short_paths(from_vertex, to_vertices, G)

Arguments

to_vertices

An integer. The indices of vertices in G.

G

An igraph object.

fom_vertex

A single integer. The index of a vertex in G.

Value

1
2
       A list of two: The shortest paths' lengths, and
               the vertex id of their mid points.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


e-sensing/activelearning documentation built on Dec. 20, 2021, 2:21 a.m.