topobench.transforms.liftings.graph2combinatorial package#
Submodules#
topobench.transforms.liftings.graph2combinatorial.base module#
Abstract class for lifting graphs to combinatorial complexes.
- class topobench.transforms.liftings.graph2combinatorial.base.Graph2CombinatorialLifting(**kwargs)[source]#
Bases:
GraphLifting
Abstract class for lifting graphs to combinatorial complexes.
- Parameters:
- **kwargsoptional
Additional arguments for the class.
topobench.transforms.liftings.graph2combinatorial.graph_induced_cc module#
GraphInducedCC lifting of graphs to combinatorial complexes.
- class topobench.transforms.liftings.graph2combinatorial.graph_induced_cc.GraphTriangleInducedCC(**kwargs)[source]#
Bases:
Graph2CombinatorialLifting
Lift graph to combinatorial complexes.
- Parameters:
- **kwargsoptional
Additional arguments for the class.
Module contents#
Graph2Combinatorial liftings with automated exports.
- class topobench.transforms.liftings.graph2combinatorial.Graph2CombinatorialLifting(**kwargs)[source]#
Bases:
GraphLifting
Abstract class for lifting graphs to combinatorial complexes.
- Parameters:
- **kwargsoptional
Additional arguments for the class.
- class topobench.transforms.liftings.graph2combinatorial.GraphTriangleInducedCC(**kwargs)#
Bases:
Graph2CombinatorialLifting
Lift graph to combinatorial complexes.
- Parameters:
- **kwargsoptional
Additional arguments for the class.