metaicvi.MetaICVIOpts
- class metaicvi.MetaICVIOpts(**params)
Bases:
Parameterizedparams(classifier_file=Path, correlation_window=Integer, display=Boolean, fail_on_missing=Boolean, icvi_window=Integer, n_rocket=Integer, rocket_file=Path, name=String) MetaICVI options parameter container.
This param.Parameterized object contains
[0m [1;31mParameters changed from their default values are marked in red.[0m [1;36mSoft bound values are marked in cyan.[0m C/V= Constant/Variable, RO/RW = ReadOnly/ReadWrite, AN=Allow None
[1;34mName Value Type Bounds Mode [0m
icvi_window 5 Integer (1, inf) V RW correlation_window 5 Integer (1, inf) V RW n_rocket 10 Integer (1, inf) V RW rocket_file PosixPath(‘/home/docs/checkouts/readt… Path V RW classifier_file PosixPath(‘/home/docs/checkouts/readt… Path V RW display False Boolean (0, 1) V RW fail_on_missing True Boolean (0, 1) V RW
[1;32mParameter docstrings: =====================[0m
[1;34micvi_window: The size of the sliding window of ICVI samples for computing the correlations.[0m [1;31mcorrelation_window: The size of the sliding window of correlations for computing the rocket features.[0m [1;34mn_rocket: Number of rocket kernels used for computing features.[0m [1;31mrocket_file: Path to the rocket kernels file.[0m [1;34mclassifier_file: Path to the stateful classifier file.[0m [1;31mdisplay: A flag for displaying progress with a progressbar.[0m [1;34mfail_on_missing: A flag to trigger program failure if a filename is provided but it does not exist.[0m
- __init__(**params)
Methods
__init__(**params)debug(**kwargs)Inspect .param.debug method for the full docstring
defaults(**kwargs)Inspect .param.defaults method for the full docstring
force_new_dynamic_value(**kwargs)Inspect .param.force_new_dynamic_value method for the full docstring
get_param_values(**kwargs)Inspect .param.get_param_values method for the full docstring
get_value_generator(**kwargs)Inspect .param.get_value_generator method for the full docstring
inspect_value(**kwargs)Inspect .param.inspect_value method for the full docstring
message(**kwargs)Inspect .param.message method for the full docstring
params(**kwargs)Inspect .param.params method for the full docstring
pprint(*args, **kwargs)print_param_defaults(*args, **kwargs)Inspect .param.print_param_defaults method for the full docstring
print_param_values(**kwargs)Inspect .param.print_param_values method for the full docstring
script_repr([imports, prefix])Deprecated variant of __repr__ designed for generating a runnable script.
set_default(*args, **kwargs)Inspect .param.set_default method for the full docstring
set_dynamic_time_fn(**kwargs)Inspect .param.set_dynamic_time_fn method for the full docstring
set_param(**kwargs)Inspect .param.set_param method for the full docstring
Restore the most recently saved state.
Save this instance's state.
verbose(**kwargs)Inspect .param.verbose method for the full docstring
warning(**kwargs)Inspect .param.warning method for the full docstring
Attributes
classifier_filecorrelation_windowdisplayfail_on_missingicvi_windown_rocketnameparamrocket_file- debug(**kwargs)
Inspect .param.debug method for the full docstring
- defaults(**kwargs)
Inspect .param.defaults method for the full docstring
- force_new_dynamic_value(**kwargs)
Inspect .param.force_new_dynamic_value method for the full docstring
- get_param_values(**kwargs)
Inspect .param.get_param_values method for the full docstring
- get_value_generator(**kwargs)
Inspect .param.get_value_generator method for the full docstring
- inspect_value(**kwargs)
Inspect .param.inspect_value method for the full docstring
- message(**kwargs)
Inspect .param.message method for the full docstring
- params(**kwargs)
Inspect .param.params method for the full docstring
- classmethod print_param_defaults(*args, **kwargs)
Inspect .param.print_param_defaults method for the full docstring
- print_param_values(**kwargs)
Inspect .param.print_param_values method for the full docstring
- script_repr(imports=[], prefix=' ')
Deprecated variant of __repr__ designed for generating a runnable script.
- classmethod set_default(*args, **kwargs)
Inspect .param.set_default method for the full docstring
- set_dynamic_time_fn(**kwargs)
Inspect .param.set_dynamic_time_fn method for the full docstring
- set_param(**kwargs)
Inspect .param.set_param method for the full docstring
- state_pop()
Restore the most recently saved state.
See state_push() for more details.
- state_push()
Save this instance’s state.
For Parameterized instances, this includes the state of dynamically generated values.
Subclasses that maintain short-term state should additionally save and restore that state using state_push() and state_pop().
Generally, this method is used by operations that need to test something without permanently altering the objects’ state.
- verbose(**kwargs)
Inspect .param.verbose method for the full docstring
- warning(**kwargs)
Inspect .param.warning method for the full docstring