SumKernel#

class gpjax.kernels.SumKernel(kernels, compute_engine=<gpjax.kernels.computations.dense.DenseKernelComputation object>)[source]#

Bases: CombinationKernel

A kernel that is the sum of a set of kernels.

Parameters:
  • kernels (tuple)

  • compute_engine (AbstractKernelComputation)