topobench.transforms package#
Subpackages#
- topobench.transforms.data_manipulations package
- Submodules
- topobench.transforms.data_manipulations.calculate_simplicial_curvature module
- topobench.transforms.data_manipulations.equal_gaus_features module
- topobench.transforms.data_manipulations.group_homophily module
- topobench.transforms.data_manipulations.identity_transform module
- topobench.transforms.data_manipulations.infere_knn_connectivity module
- topobench.transforms.data_manipulations.infere_radius_connectivity module
- topobench.transforms.data_manipulations.keep_only_connected_component module
- topobench.transforms.data_manipulations.keep_selected_data_fields module
- topobench.transforms.data_manipulations.mp_homophily module
- topobench.transforms.data_manipulations.node_degrees module
- topobench.transforms.data_manipulations.node_features_to_float module
- topobench.transforms.data_manipulations.one_hot_degree_features module
- topobench.transforms.data_manipulations.redefine_simplicial_neighbourhoods module
- Module contents
- topobench.transforms.feature_liftings package
- topobench.transforms.liftings package
- Subpackages
- topobench.transforms.liftings.graph2cell package
- topobench.transforms.liftings.graph2combinatorial package
- topobench.transforms.liftings.graph2hypergraph package
- Submodules
- topobench.transforms.liftings.graph2hypergraph.base module
- topobench.transforms.liftings.graph2hypergraph.expander_graph_lifting module
- topobench.transforms.liftings.graph2hypergraph.forman_ricci_curvature_lifting module
- topobench.transforms.liftings.graph2hypergraph.kernel_lifting module
- topobench.transforms.liftings.graph2hypergraph.khop_lifting module
- topobench.transforms.liftings.graph2hypergraph.knn_lifting module
- topobench.transforms.liftings.graph2hypergraph.mapper_lifting module
- topobench.transforms.liftings.graph2hypergraph.modularity_maximization_lifting module
- Module contents
- topobench.transforms.liftings.graph2simplicial package
- Submodules
- topobench.transforms.liftings.graph2simplicial.base module
- topobench.transforms.liftings.graph2simplicial.clique_lifting module
- topobench.transforms.liftings.graph2simplicial.dnd_lifting module
- topobench.transforms.liftings.graph2simplicial.eccentricity_lifting module
- topobench.transforms.liftings.graph2simplicial.graph_induced_lifting module
- topobench.transforms.liftings.graph2simplicial.khop_lifting module
- topobench.transforms.liftings.graph2simplicial.latentclique_lifting module
- topobench.transforms.liftings.graph2simplicial.line_lifting module
- topobench.transforms.liftings.graph2simplicial.neighborhood_complex_lifting module
- topobench.transforms.liftings.graph2simplicial.vietoris_rips_lifting module
- Module contents
- topobench.transforms.liftings.hypergraph2combinatorial package
- topobench.transforms.liftings.pointcloud2hypergraph package
- Submodules
- topobench.transforms.liftings.pointcloud2hypergraph.base module
- topobench.transforms.liftings.pointcloud2hypergraph.mogmst_lifting module
- topobench.transforms.liftings.pointcloud2hypergraph.pointnet_lifting module
- topobench.transforms.liftings.pointcloud2hypergraph.voronoi_lifting module
- Module contents
- topobench.transforms.liftings.pointcloud2simplicial package
- topobench.transforms.liftings.simplicial2combinatorial package
- Submodules
- topobench.transforms.liftings.base module
- topobench.transforms.liftings.liftings module
- Module contents
- Subpackages
Submodules#
topobench.transforms.data_transform module#
DataTransform class.
- class topobench.transforms.data_transform.DataTransform(transform_name, **kwargs)[source]#
Bases:
BaseTransform
Abstract class to define a custom data lifting.
- Parameters:
- transform_namestr
The name of the transform to be used.
- **kwargsdict
Additional arguments for the class. Should contain “transform_name”.
Module contents#
This module contains the transforms for the topobench package.