class documentation

class LQModelSettings(DefaultSettings):

View In Hierarchy

Undocumented

Class Variable disallowed_types Undocumented
Class Variable f_transformation Undocumented
Class Variable max_absolute_size Undocumented
Class Variable max_relative_size_end Undocumented
Class Variable max_relative_size_factor Undocumented
Class Variable max_relative_size_init Undocumented
Class Variable max_weight Undocumented
Class Variable min_relative_size Undocumented
Class Variable tau_threshold_for_model_increase Undocumented
Class Variable truncation_ratio Undocumented
Method _checking Undocumented

Inherited from DefaultSettings:

Method __init__ Overwrite default settings in case.
Method __str__ Undocumented
Instance Variable inparams Undocumented
Instance Variable obj Undocumented
Method _set_from_defaults defaults are taken from the class attributes
Method _set_from_input Only existing parameters/attributes and non-None values are set.
Instance Variable _number_of_params Undocumented
disallowed_types: tuple =

Undocumented

f_transformation: bool =

Undocumented

max_absolute_size: int =

Undocumented

max_relative_size_end: int =

Undocumented

max_relative_size_factor: float =

Undocumented

max_relative_size_init =

Undocumented

max_weight: int =

Undocumented

min_relative_size: float =

Undocumented

tau_threshold_for_model_increase: float =

Undocumented

truncation_ratio =

Undocumented

def _checking(self):

Undocumented