cellmil.graph¶
- class cellmil.graph.GraphCreator(config: GraphCreatorConfig)[source]¶
Bases:
objectMain class for graph creation from segmented cells.
- __init__(config: GraphCreatorConfig) None[source]¶
- _load_morphological_features(feature_extractors: list[cellmil.interfaces.FeatureExtractorConfig.ExtractorType]) None[source]¶
Load morphological features for similarity-based graph creation.
- _save_graph(node_features: Tensor, edge_indices: Tensor, edge_features: Tensor)[source]¶
Save the graph to a PyTorch file.
Modules
Interactive debug visualizer for graph creation hyperparameter tuning. |
|