pyseobnr.eob.fits.antisymmetric_modes.get_predictor_from_fits
- pyseobnr.eob.fits.antisymmetric_modes.get_predictor_from_fits(nb_dimensions: int, ell: int, emm: int, quantity: str)[source]
Returns an instance of PredictorSparseFits
- Parameters:
nb_dimensions – dimension of the input features for generating the prediction.
ell – the \(\ell\) part of the mode to fit
emm – the \(m\) part of the mode to fit
quantity – the quantity to be fitted.
Note
Subsequent calls with the same parameters are cached and should not involve any additional computation.
Warning
The returned object should not be mutated.