be14d17696f15d11a8075e4943c718320ca97a45,gpflow/conditionals/mo_conditionals.py,,_conditional,#Any#Any#Any#Any#,117
Before Change
logger.debug("Conditional: (SharedIndependentMof, SeparateIndepedentMof) - SeparateMixedMok")
Kmm = Kuu(feature, kernel, jitter=settings.numerics.jitter_level) // [L, M, M]
Kmn = Kuf(feature, kernel, Xnew) // [M, L, N, P]
Knn = kernel(Xnew, full_output_cov=full_output_cov) if full_cov \
else kernel(Xnew, full_output_cov=full_output_cov) // N x P(x N)x P or N x P(x P)
return independent_interdomain_conditional(Kmn, Kmm, Knn, f, full_cov=full_cov, full_output_cov=full_output_cov,
q_sqrt=q_sqrt, white=white)
After Change
logger.debug("Conditional: (SharedIndependentMof, SeparateIndepedentMof) - SeparateMixedMok")
Kmm = covariances.Kuu(feat, kern, jitter=default_jitter()) // [L, M, M]
Kmn = covariances.Kuf(feat, kern, Xnew) // [M, L, N, P]
Knn = kern(Xnew, full=full_cov, full_output_cov=full_output_cov) // [N, P](x N)x P or [N, P](x P)
return independent_interdomain_conditional(Kmn, Kmm, Knn, f, full_cov=full_cov, full_output_cov=full_output_cov,
q_sqrt=q_sqrt, white=white)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: GPflow/GPflow
Commit Name: be14d17696f15d11a8075e4943c718320ca97a45
Time: 2019-03-18
Author: art.art.v@gmail.com
File Name: gpflow/conditionals/mo_conditionals.py
Class Name:
Method Name: _conditional
Project Name: GPflow/GPflow
Commit Name: be14d17696f15d11a8075e4943c718320ca97a45
Time: 2019-03-18
Author: art.art.v@gmail.com
File Name: gpflow/conditionals/mo_conditionals.py
Class Name:
Method Name: _conditional
Project Name: GPflow/GPflow
Commit Name: be14d17696f15d11a8075e4943c718320ca97a45
Time: 2019-03-18
Author: art.art.v@gmail.com
File Name: gpflow/conditionals/mo_conditionals.py
Class Name:
Method Name: _conditional
Project Name: GPflow/GPflow
Commit Name: be14d17696f15d11a8075e4943c718320ca97a45
Time: 2019-03-18
Author: art.art.v@gmail.com
File Name: gpflow/conditionals/mo_conditionals.py
Class Name:
Method Name: _conditional