https://github.com/GPflow/GPflow
Raw File
Tip revision: 2b0e60b4dec5ee701d4a6e5fc0053afbc007c969 authored by Artem Artemev on 17 June 2019, 08:11:06 UTC
Initial commit
Tip revision: 2b0e60b
__init__.py
from .features import InducingFeature, InducingPoints, Multiscale
from .mo_features import (MixedKernelSharedMof, Mof, SeparateIndependentMof,
                          SharedIndependentMof, MixedKernelSeparateMof,
                          MixedKernelSeparateMof)
back to top