https://github.com/GPflow/GPflow
Raw File
Tip revision: 9d82f9cd44d912d95a9712f12cf25c8b2b67d7ad authored by ST John on 11 March 2020, 23:26:33 UTC
WIP
Tip revision: 9d82f9c
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top