phlower.settings.ScalerInputParameters¶
- class phlower.settings.ScalerInputParameters(*, method, component_wise=False, parameters=<factory>, join_fitting=True)[source]¶
Bases:
IScalerParameter
,BaseModel
Methods
get_scaler_name
(variable_name)is_exist_method
(v)must_be_true
(v)Attributes
is_parent_scaler
model_computed_fields
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
model_extra
Get extra fields set during validation.
model_fields
model_fields_set
Returns the set of fields that have been explicitly set on this model instance.
method
component_wise
parameters
join_fitting
- Parameters:
method (str)
component_wise (bool)
parameters (dict[str, Any])
join_fitting (bool)
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'frozen': True}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].