You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As an extension of #6, we should also update the interfaces to abide by
fit_transform
Currently, the Ripser.py
Rips
object usesfit_transform
to construct the diagrams. Cechmate usesbuild
to construct the filtration anddiagrams
to build the diagrams.We should convert cechmate so that
fit
builds the simplices andtransform
constructs the diagrams.The text was updated successfully, but these errors were encountered: