j6k4m8 / reppath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Representational Paths

Usage

Compute the total slack of a representational path

from reppath.slack import slack

path = ... # see repsim package

print(slack(path, method='angle'))

Draw the clump-plot of a representational path

from reppath.draw import draw_clumping_diagram

model_a = ... # see repsim package
model_b = ... # see repsim package

draw_clumping_diagram([model_a, model_b])

About


Languages

Language:Python 100.0%