compute.distance
¶
-
pyphi.compute.distance.
concept_distance
(c1, c2)¶ Return the distance between two concepts in concept-space.
Parameters: Returns: The distance between the two concepts in concept-space.
Return type: float
-
pyphi.compute.distance.
constellation_distance
(C1, C2)¶ Return the distance between two constellations in concept-space.
Parameters: - C1 (Constellation) – The first constellation.
- C2 (Constellation) – The second constellation.
Returns: The distance between the two constellations in concept-space.
Return type: float