Bases: astropy.modeling.core.ParametricModel
Base class for two dimensional parametric models.
This class provides an easier interface to defining new models. Examples can be found in functional_models.py
Parameters : | parameter_dict : dictionary
|
---|
Attributes Summary
n_inputs | int(x=0) -> int or long |
n_outputs | int(x=0) -> int or long |
Attributes Documentation