Class HDF5PackedWriter¶
Defined in File faccessors.py
Inheritance Relationships¶
Base Type¶
public faccessors.HDF5Writer(Class HDF5Writer)
Class Documentation¶
- faccessors.HDF5PackedWriter : public faccessors.HDF5Writer
A simple hdf5 backend.
Public Functions
- __init__(self, str file_name)¶
- __str__(self)¶
Return a string representation of the FileWriter interface
- store(self, np.array inputs, np.array outputs)¶
Store the two arrays in a hdf5 file
- get_file_format_suffix(cls)¶
Public Static Attributes
- suffix = "h5"¶