aggregate_matrices - CLI interface
Aggregate matrices.
aggregate_matrices [-h] [--config_file CONFIG_FILE] [--ndim NDIM]
{add,concatenate} axis output_matrix_filename input_matrix_filename
[input_matrix_filename ...]
aggregate_matrices positional arguments
method- Method to use to aggregate the matrices. (default:None)axis- The axis to aggregate matrices on. (default:None)output_matrix_filename- Path to write out the aggregated matrices. (default:None)input_matrix_filename- Path to input matrix to aggregate. (default:None)
aggregate_matrices optional arguments
--config_fileCONFIG_FILE- Path to configuration file. (default:None)--ndimNDIM- The number of dimensions in the output matrix for sum. (default:-1)