https://github.com/GPflow/GPflow
Revision a2afceeb461bf3721007dacdd03c8cb6ce8248fc authored by sanket-kamthe on 30 August 2018, 09:23:09 UTC, committed by st-- on 30 August 2018, 09:23:09 UTC
Adds RBF cross covariance in expectations.
Previous implementation defaulted to quadrature expectations for cross co-variance when kernel and feature were not the same.
1 parent 0f6a5d3
Raw File
Tip revision: a2afceeb461bf3721007dacdd03c8cb6ce8248fc authored by sanket-kamthe on 30 August 2018, 09:23:09 UTC
RBF Cross-Covariance (#754)
Tip revision: a2afcee
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top