Uses of Interface
edu.cmu.tetrad.search.utils.Kernel
Packages that use Kernel
Package
Description
Contains some utility classes for search algorithms.
-
Uses of Kernel in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement KernelModifier and TypeClassDescriptionfinal class
Soces the Gaussian kernel for a given bandwidth.Method parameters in edu.cmu.tetrad.search.utils with type arguments of type KernelModifier and TypeMethodDescriptionstatic Matrix
Constructs the centralized Gram matrix for a given vector valued sample.static Matrix
Constructs Gram matrix for a given vector valued sample.static Matrix
KernelUtils.incompleteCholeskyGramMatrix
(List<Kernel> kernels, DataSet dataset, List<Node> nodes, double precision) Approximates Gram matrix using incomplete Cholesky factorization