sample_path module¶
-
class
sample_path.
SamplePath
(importer: abstract_importer.AbstractImporter)¶ Bases:
object
Aggregates all the informations about the trajectories, the real structure of the sampled net and variables cardinalites. Has the task of creating the objects
Trajectory
andStructure
that will contain the mentioned data.- Parameters
importer (AbstractImporter) – the Importer objects that will import ad process data
- _trajectories
the
Trajectory
object that will contain all the concatenated trajectories- _structure
the
Structure
Object that will contain all the structurral infos about the net- _total_variables_count
the number of variables in the net
-
build_structure
() → None¶ Builds the
Structure
object that aggregates all the infos about the net.
-
build_trajectories
() → None¶ Builds the Trajectory object that will contain all the trajectories. Clears all the unused dataframes in
_importer
Object
-
property
structure
¶
-
property
total_variables_count
¶
-
property
trajectories
¶