LabelMapper
===========

.. currentmodule:: gwcs.selector

.. autoclass:: LabelMapper
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~LabelMapper.bbox_with_units
      ~LabelMapper.bounding_box
      ~LabelMapper.bounds
      ~LabelMapper.cov_matrix
      ~LabelMapper.eqcons
      ~LabelMapper.fittable
      ~LabelMapper.fixed
      ~LabelMapper.has_bounds
      ~LabelMapper.has_fixed
      ~LabelMapper.has_tied
      ~LabelMapper.has_user_bounding_box
      ~LabelMapper.has_user_inverse
      ~LabelMapper.ineqcons
      ~LabelMapper.input_units
      ~LabelMapper.input_units_allow_dimensionless
      ~LabelMapper.input_units_equivalencies
      ~LabelMapper.input_units_strict
      ~LabelMapper.inputs
      ~LabelMapper.inputs_mapping
      ~LabelMapper.inverse
      ~LabelMapper.linear
      ~LabelMapper.mapper
      ~LabelMapper.meta
      ~LabelMapper.model_constraints
      ~LabelMapper.model_set_axis
      ~LabelMapper.n_inputs
      ~LabelMapper.n_outputs
      ~LabelMapper.n_submodels
      ~LabelMapper.name
      ~LabelMapper.no_label
      ~LabelMapper.outputs
      ~LabelMapper.param_names
      ~LabelMapper.param_sets
      ~LabelMapper.parameter_constraints
      ~LabelMapper.parameters
      ~LabelMapper.return_units
      ~LabelMapper.separable
      ~LabelMapper.standard_broadcasting
      ~LabelMapper.stds
      ~LabelMapper.sync_constraints
      ~LabelMapper.tied
      ~LabelMapper.uses_quantity

   .. rubric:: Methods Summary

   .. autosummary::

      ~LabelMapper.__call__
      ~LabelMapper.coerce_units
      ~LabelMapper.copy
      ~LabelMapper.deepcopy
      ~LabelMapper.evaluate
      ~LabelMapper.get_bounding_box
      ~LabelMapper.has_inverse
      ~LabelMapper.input_shape
      ~LabelMapper.output_units
      ~LabelMapper.prepare_inputs
      ~LabelMapper.prepare_outputs
      ~LabelMapper.rename
      ~LabelMapper.render
      ~LabelMapper.set_slice_args
      ~LabelMapper.strip_units_from_tree
      ~LabelMapper.sum_of_implicit_terms
      ~LabelMapper.with_units_from_data
      ~LabelMapper.without_units_for_data

   .. rubric:: Attributes Documentation

   .. autoattribute:: bbox_with_units
   .. autoattribute:: bounding_box
   .. autoattribute:: bounds
   .. autoattribute:: cov_matrix
   .. autoattribute:: eqcons
   .. autoattribute:: fittable
   .. autoattribute:: fixed
   .. autoattribute:: has_bounds
   .. autoattribute:: has_fixed
   .. autoattribute:: has_tied
   .. autoattribute:: has_user_bounding_box
   .. autoattribute:: has_user_inverse
   .. autoattribute:: ineqcons
   .. autoattribute:: input_units
   .. autoattribute:: input_units_allow_dimensionless
   .. autoattribute:: input_units_equivalencies
   .. autoattribute:: input_units_strict
   .. autoattribute:: inputs
   .. autoattribute:: inputs_mapping
   .. autoattribute:: inverse
   .. autoattribute:: linear
   .. autoattribute:: mapper
   .. autoattribute:: meta
   .. autoattribute:: model_constraints
   .. autoattribute:: model_set_axis
   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs
   .. autoattribute:: n_submodels
   .. autoattribute:: name
   .. autoattribute:: no_label
   .. autoattribute:: outputs
   .. autoattribute:: param_names
   .. autoattribute:: param_sets
   .. autoattribute:: parameter_constraints
   .. autoattribute:: parameters
   .. autoattribute:: return_units
   .. autoattribute:: separable
   .. autoattribute:: standard_broadcasting
   .. autoattribute:: stds
   .. autoattribute:: sync_constraints
   .. autoattribute:: tied
   .. autoattribute:: uses_quantity

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: coerce_units
   .. automethod:: copy
   .. automethod:: deepcopy
   .. automethod:: evaluate
   .. automethod:: get_bounding_box
   .. automethod:: has_inverse
   .. automethod:: input_shape
   .. automethod:: output_units
   .. automethod:: prepare_inputs
   .. automethod:: prepare_outputs
   .. automethod:: rename
   .. automethod:: render
   .. automethod:: set_slice_args
   .. automethod:: strip_units_from_tree
   .. automethod:: sum_of_implicit_terms
   .. automethod:: with_units_from_data
   .. automethod:: without_units_for_data
