Uses of Interface
edu.cmu.tetrad.search.kernel.Kernel
Packages that use Kernel
-
Uses of Kernel in edu.cmu.tetrad.search.kernel
Classes in edu.cmu.tetrad.search.kernel that implement KernelModifier and TypeClassDescriptionfinal classGaussian kernel for a given bandwidth.Method parameters in edu.cmu.tetrad.search.kernel with type arguments of type KernelModifier and TypeMethodDescriptionstatic MatrixConstructs the centralized Gram matrix for a given vector valued sample.static MatrixConstructs Gram matrix for a given vector valued sample.static MatrixKernelUtils.incompleteCholeskyGramMatrix(List<Kernel> kernels, DataSet dataset, List<Node> nodes, double precision) Approximates Gram matrix using incomplete Cholesky factorization