Feature Liftings#
Concatenation feature lifting.
- class topobenchmarkx.transforms.feature_liftings.concatenation.Concatenation(**kwargs)[source]#
Lift r-cell features to r+1-cells by concatenation.
- Parameters:
- **kwargsoptional
Additional arguments for the class.
Identity transform that does nothing to the input data.
- class topobenchmarkx.transforms.feature_liftings.identity.Identity(**kwargs)[source]#
An identity transform that does nothing to the input data.
- Parameters:
- **kwargsoptional
Parameters for the base transform.
ProjectionSum class.
- class topobenchmarkx.transforms.feature_liftings.projection_sum.ProjectionSum(**kwargs)[source]#
Lift r-cell features to r+1-cells by projection.
- Parameters:
- **kwargsoptional
Additional arguments for the class.
Set lifting for r-cell features to r+1-cell features.
- class topobenchmarkx.transforms.feature_liftings.set.Set(**kwargs)[source]#
Lift r-cell features to r+1-cells by set operations.
- Parameters:
- **kwargsoptional
Additional arguments for the class.