DatasetGroupModel

class glotaran.model.dataset_group.DatasetGroupModel(*, label: str, residual_function: Literal['variable_projection', 'non_negative_least_squares'] = 'variable_projection', link_clp: bool | None = None)[source]

Bases: ModelItem

A group of datasets which will evaluated independently.

Method generated by attrs for class DatasetGroupModel.

Attributes Summary

residual_function

The residual function to use.

link_clp

Whether to link the clp parameter.

label

Methods Summary

Methods Documentation

label: str

Whether to link the clp parameter.

residual_function: Literal['variable_projection', 'non_negative_least_squares']

The residual function to use.