| Home | Trees | Indices | Help |
|
|---|
|
|
Module to export network parameters to the ADS dataset format
Example:
from empro.toolkit import adsDataSet, citifile citi = citifile.CitiFile(path) adsDataSet.write('results.ds', citi)
| Functions | |||
|
|||
| Function Details |
Write the data to disk as a ADS DataSet (".ds") file
write is deprecated, and will be removed in the 2021 release. Use empro.toolkit.citifile.writeAdsDataSet instead.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:15 2019 | http://epydoc.sourceforge.net |