skerch.cli package

Command Line Interfacing utilities for skerch.

skerch.cli Submodules

skerch.cli.create_hdf5_layout_lop module

CLI plugin to create a HDF5 layout used to hold sketched measurements.

See also skerch.hdf5.DistributedHDF5Tensor and skerch.hdf5.create_hdf5_layout_lop().

skerch.cli.create_hdf5_layout_lop.main(dirpath, lop_shape, lop_dtype, partsize, lo_meas=None, ro_meas=None, inner_meas=None)[source]

Entry point for this CLI script. See module docstring.

skerch.cli.merge_hdf5 module

CLI plugin to merge distributed HDF5 measurements into a single one.

See skerch.hdf5 and skerch.hdf5.DistributedHDF5Tensor.merge().

skerch.cli.merge_hdf5.main(all_path, out_path=None, ok_flag=None, delete_subfiles=True)[source]

Entry point for this CLI script. See module docstring.

skerch.cli.post_bounds module

CLI plugin to provide probabilistic bounds for aposteriori error estimation.

Borrows functionaliy from skerch.a_posteriori.apost_error_bounds().

skerch.cli.post_bounds.main(num_meas, rel_err, cplx)[source]

Entry point for this CLI script. See module docstring.