ROGLayer
ROGLayer(depth, similarity_threshold, node_indices, n_nodes, n_edges, coverage)A single layer in the ROG hierarchy.
Attributes
| Name | Type | Description |
|---|---|---|
| depth | int | Recursion depth (0 = root layer) |
| similarity_threshold | float | Threshold used for this layer |
| node_indices | np.ndarray | Global indices of nodes in this layer |
| n_nodes | int | Number of nodes |
| n_edges | int | Number of edges |
| coverage | float | Fraction of input covered by this layer |