This function exports a few core characteristics about the mapper complex as a list.

Arguments

graph_type

export preference on the structure the graph output.

Value

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.

Details

graph_type must be one of 'adjacency_matrix', 'adjacency_list', or 'edgelist'.