Class HDF5PackedWriter

Inheritance Relationships

Base Type

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"