Basis Function Base Class ========================= The user-facing :ref:`regressors` chapter documents the concrete basis-function classes (``BF_Linear``, ``BF_Polynomial2``). The base class below is the API hook for adding new basis functions. .. doxygenstruct:: tadah::models::BF_Base :members: