Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 383 Bytes

generic.rst

File metadata and controls

22 lines (15 loc) · 383 Bytes

Generic classes

The different algorithms in this library inherits from these generic classes.

Predictor

.. autoclass:: pyridge.generic.predictor.Predictor
    :members:


Neural Method

.. autoclass:: pyridge.generic.NeuralMethod
    :members:


Kernel Method

.. autoclass:: pyridge.generic.KernelMethod
    :members: