This function exports a few core characteristics about the mapper complex as a list.
graph_type | export preference on the structure the graph output. |
---|
List with the following members:
vertices list of the indices of the original data the current vertex intersects with.
graph some adjacency representation of the mapper graph.
pullback map connecting the index set of the cover and the vertices.
graph_type
must be one of 'adjacency_matrix', 'adjacency_list', or 'edgelist'.