simplcial_complex {MapperAlgo} | R Documentation |
Construct adjacency matrix of the simplicial complex
Description
Construct adjacency matrix of the simplicial complex
Usage
simplcial_complex(
filter_values,
vertex_index,
num_levelsets,
num_intervals,
vertices_in_level_set,
points_in_vertex
)
Arguments
filter_values |
A matrix of filter values. |
vertex_index |
The number of vertices. |
num_levelsets |
The total number of level sets. |
num_intervals |
A vector representing the number of intervals for each filter. |
vertices_in_level_set |
A list where each element contains the vertices corresponding to each level set. |
points_in_vertex |
A list where each element contains the points corresponding to each vertex. |
Value
An adjacency matrix representing the simplicial complex.
[Package MapperAlgo version 1.0.3 Index]