As an extension of #6, we should also update the interfaces to abide by fit_transform
Currently, the Ripser.py Rips object uses fit_transform to construct the diagrams. Cechmate uses build to construct the filtration and diagrams to build the diagrams.
We should convert cechmate so that fit builds the simplices and transform constructs the diagrams.
As an extension of #6, we should also update the interfaces to abide by
fit_transformCurrently, the Ripser.py
Ripsobject usesfit_transformto construct the diagrams. Cechmate usesbuildto construct the filtration anddiagramsto build the diagrams.We should convert cechmate so that
fitbuilds the simplices andtransformconstructs the diagrams.