Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ load
Method
load
hypertools/_externals/ppca.py:135–139 ·
view source on GitHub ↗
(self, fpath)
Source
from the content-addressed store, hash-verified
133
np.save(fpath, self.C)
134
135
def
load(self, fpath):
136
137
assert os.path.isfile(fpath)
138
139
self.C = np.load(fpath)
Callers
15
animate_spin.py
File · 0.80
animate.py
File · 0.80
plot_describe.py
File · 0.80
plot_align.py
File · 0.80
plot_labels.py
File · 0.80
animate_MDS.py
File · 0.80
plot_clusters.py
File · 0.80
explore.py
File · 0.80
plot_legend.py
File · 0.80
plot_basic.py
File · 0.80
analyze.py
File · 0.80
plot_2D.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected