https://github.com/GPflow/GPflow
Revision 964cfeeb98d02f9a6356e00beb59819aa7414158 authored by Nicolas Durrande on 11 March 2020, 13:24:49 UTC, committed by GitHub on 11 March 2020, 13:24:49 UTC
Co-Authored-By: st-- <st--@users.noreply.github.com>
1 parent 78975cb
Raw File
Tip revision: 964cfeeb98d02f9a6356e00beb59819aa7414158 authored by Nicolas Durrande on 11 March 2020, 13:24:49 UTC
Update gpflow/kernels/stationaries.py
Tip revision: 964cfee
__init__.py
from .expectations import expectation, quadrature_expectation

from . import (
    cross_kernels,
    linears,
    mean_functions,
    misc,
    products,
    quadratures,
    squared_exponentials,
    sums,
)

__all__ = ["expectation", "quadrature_expectation"]
back to top