|
|
@ -49,7 +49,7 @@ class TestStructureScoreBasedEstimator(unittest.TestCase): |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.importer = ji.JsonImporter("/home/alessandro/Documents/ctbn_cba/data/networks_and_trajectories_ternary_data_6.json", 'samples', 'dyn.str', 'variables', 'Time', 'Name') |
|
|
|
self.importer = ji.JsonImporter("/home/alessandro/Documents/ctbn_cba/data/networks_and_trajectories_ternary_data_10.json", 'samples', 'dyn.str', 'variables', 'Time', 'Name') |
|
|
|
self.s1 = sp.SamplePath(self.importer) |
|
|
|
self.s1 = sp.SamplePath(self.importer) |
|
|
|
self.s1.build_trajectories() |
|
|
|
self.s1.build_trajectories() |
|
|
|
self.s1.build_structure() |
|
|
|
self.s1.build_structure() |
|
|
|