backend.ASResults¶
- class backend.ASResults(**kwargs)¶
- excluded_params = ['action_results', 'cross_results', 'pair_results', 'subset_results']¶
- __init__(**kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- get_params()¶
Returns dict of this object’s attributes, excluding any attributes in the excluded_params list
- update_from_params(params: dict)¶
Update this object’s attributes using the params dict. Any attributes in the excluded_params list will not be updated
- export(write_func, filename)¶
- update_graph(offdiag_cross=False)¶
- clear()¶
- print(printer=<built-in function print>, n_dof=3, offdiag_cross=False)¶
- export_subset(for_matlab=False, filename='../data/saved_data/as.txt')¶
- export_action(filename='../data/saved_data/action.txt')¶
- export_cross(filename='../data/saved_data/cross.txt')¶
- export_graph(offdiag_cross=False, filename='../data/saved_data/graph.txt')¶