1
0
Fork 0

Update README.rst

master
AlessandroBregoli 3 years ago committed by GitHub
parent 18cf6c55f1
commit 235c85c8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.rst

@ -359,6 +359,7 @@ Network graph and parameters generation, trajectory sampling, data export
| the estimation of the structure by using a ConstraintBased approach. | the estimation of the structure by using a ConstraintBased approach.
.. code-block:: python .. code-block:: python
from PyCTBN.PyCTBN.structure_graph.trajectory_generator import TrajectoryGenerator from PyCTBN.PyCTBN.structure_graph.trajectory_generator import TrajectoryGenerator
from PyCTBN.PyCTBN.structure_graph.network_generator import NetworkGenerator from PyCTBN.PyCTBN.structure_graph.network_generator import NetworkGenerator
from PyCTBN.PyCTBN.utility.json_importer import JsonImporter from PyCTBN.PyCTBN.utility.json_importer import JsonImporter