ProductKernel# class gpjax.kernels.ProductKernel(kernels, compute_engine=<gpjax.kernels.computations.dense.DenseKernelComputation object>)[source]# Bases: CombinationKernel A kernel that is the product of a set of kernels. Parameters: kernels (tuple) compute_engine (AbstractKernelComputation)