emmi_inference.models.pipelines.mesh_to_grid_edges_precollator

WARNING This file is a 1:1 duplicate from the tutorial folder.

It is here to avoid installation of a tutorial as a package and keep it isolated.

Classes

Module Contents

class emmi_inference.models.pipelines.mesh_to_grid_edges_precollator.MeshToGridEdgesPreCollator(mesh_item, radius_graph_r, radius_graph_max_num_neighbors, output_key='mesh_to_grid_edges')

Bases: ksuit.data.pipeline.SampleProcessor

_summary_

Parameters:
  • mesh_item (str) – _description_

  • radius_graph_r (int) – _description_

  • radius_graph_max_num_neighbors (int) – _description_

  • output_key (str) – _description_

mesh_item
radius_graph_r
radius_graph_max_num_neighbors
output_key = 'mesh_to_grid_edges'