Subpackages

Phasik is divided into 3 subpackages:

  • classes: contains the TemporalNetwork and PartiallyTemporalNetwork classes and other classes for phase inference by clustering, such as DistanceMatrix, ClusterSet, ClusterSets. The Phasik workflow is based on these classes: first, build a TemporalNetwork from which to build a DistanceMatrix, from which to then build a ClusterSet or ClusterSets.

  • drawing: contains useful visualisation functions for (temporal) networks and clusters

  • utils: contains useful functions for networks and clusters