1
0
Fork 0

Update README.rst

better_develop v1.0
philipMartini 4 years ago committed by GitHub
parent 10a7e7c8a1
commit 21f31c2e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.rst

@ -96,7 +96,7 @@ Structure Estimation Example
from PyCTBN import JsonImporter from PyCTBN import JsonImporter
from PyCTBN import SamplePath from PyCTBN import SamplePath
from PyCTBNimport StructureEstimator from PyCTBN import StructureEstimator
def structure_estimation_example(): def structure_estimation_example():
@ -119,4 +119,4 @@ Structure Estimation Example
# the adjacency matrix of the estimated structure # the adjacency matrix of the estimated structure
print(se1.adjacency_matrix()) print(se1.adjacency_matrix())
# save results to a json file # save results to a json file
se1.save_results() se1.save_results()