https://github.com/GPflow/GPflow
Raw File
Tip revision: 37db81f85896ff812533c6d4885feaaed7fff47d authored by ST John on 29 January 2020, 19:09:29 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/reorder_covariances
Tip revision: 37db81f
__init__.py
from .base import InducingVariables
from .inducing_points import InducingPoints
from .inducing_patch import InducingPatches
from .multiscale import Multiscale
from .multioutputs import (MultioutputInducingVariables,
                           FallbackSharedIndependentInducingVariables, FallbackSeparateIndependentInducingVariables,
                           SharedIndependentInducingVariables, SeparateIndependentInducingVariables)
back to top