MCPcopy
hub / github.com/ContextLab/hypertools / get_data

Method get_data

hypertools/datageometry.py:102–104  ·  view source on GitHub ↗

Return a copy of the data

(self)

Source from the content-addressed store, hash-verified

100 self.version = version
101
102 def get_data(self):
103 """Return a copy of the data"""
104 return copy.copy(self.data)
105
106 def get_formatted_data(self):
107 """Return a formatted copy of the data"""

Callers 15

test_plot.pyFile · 0.80
test_align.pyFile · 0.80
test_procrustes_funcFunction · 0.80
test_weightsFunction · 0.80
test_geo_get_dataFunction · 0.80
plot_describe.pyFile · 0.80
plot_align.pyFile · 0.80
plot_labels.pyFile · 0.80
analyze.pyFile · 0.80
plot_hue.pyFile · 0.80
plot_procrustes.pyFile · 0.80
plot_dataframe.pyFile · 0.80

Calls

no outgoing calls

Tested by 3

test_procrustes_funcFunction · 0.64
test_weightsFunction · 0.64
test_geo_get_dataFunction · 0.64