https://github.com/GPflow/GPflow
Raw File
Tip revision: b5656f6aa73e6ae1e0b3748063f297c112501320 authored by Artem Artemev on 15 October 2019, 08:48:33 UTC
Initial update to the parameter docstring
Tip revision: b5656f6
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top