nichepca.graph_construction.resolve_graph_constructor#
- nichepca.graph_construction.resolve_graph_constructor(radius=None, knn=None, delaunay=False)#
Resolves and returns the graph constructor based on the provided parameters.
- Parameters:
- Returns:
callable The resolved graph constructor function with the appropriate parameters.
- Raises:
ValueError – If no graph constructor is specified.