set_param¶
Class method.
-
do_mpc.sampling.datahandler.DataHandler.
set_param
(self, **kwargs)¶ Set the parameters of the DataHandler.
Parameters must be passed as pairs of valid keywords and respective argument. For example:
datahandler.set_param(overwrite = True)
Parameters: - data_dir (bool) – Directory where the data can be found (as defined in the
do_mpc.sampling.sampler.Sampler
). - sample_name (str) – Naming scheme for samples (as defined in the
do_mpc.sampling.sampler.Sampler
).
Save_format: Choose either
pickle
ormat
(as defined in thedo_mpc.sampling.sampler.Sampler
).- data_dir (bool) – Directory where the data can be found (as defined in the
This page is auto-generated. Page source is not available on Github.