Other functions and classes for constructing the core of Matilda ===================================================================== You could review these functions roughly for understanding Matilda. Generally, the functions and classes here are not used for directly or seperately called in the scripts, as they are the bases of the core functions of Matilda, which could be reviewed in the :doc:`Hyper-tun`. In the scripts 'model_rna' ----------------------------- .. automodule:: model_rna :members: :undoc-members: :show-inheritance: In the scripts 'model' ----------------------------- .. automodule:: model :members: :undoc-members: :show-inheritance: In the scripts 'train' ----------------------------- .. automodule:: train :members: :undoc-members: :show-inheritance: In the scripts 'predict' ----------------------------- .. automodule:: predict :members: :undoc-members: :show-inheritance: In the scripts 'util' ----------------------------- .. automodule:: util :members: :undoc-members: :show-inheritance: