Module: tfp.math.psd_kernels
Stay organized with collections
Save and categorize content based on your preferences.
Positive-semidefinite kernels package.
Classes
class AutoCompositeTensorPsdKernel
: Abstract base class for positive semi-definite kernel functions.
class ChangePoint
: Changepoint Kernel.
class Constant
: Kernel that just outputs positive constant values.
class ExpSinSquared
: Exponentiated Sine Squared Kernel.
class ExponentialCurve
: Exponential Curve Kernel.
class ExponentiatedQuadratic
: The ExponentiatedQuadratic kernel.
class FeatureScaled
: Kernel that first rescales all feature dimensions.
class FeatureTransformed
: Input transformed kernel.
class GammaExponential
: The GammaExponential kernel.
class GeneralizedMatern
: Generalized Matern Kernel.
class KumaraswamyTransformed
: Transform inputs by Kumaraswamy bijector.
class Linear
: Linear Kernel.
class MaternFiveHalves
: Matern 5/2 Kernel.
class MaternOneHalf
: Matern Kernel with parameter 1/2.
class MaternThreeHalves
: Matern Kernel with parameter 3/2.
class Parabolic
: The Parabolic kernel.
class PointwiseExponential
: Pointwise exponential of a positive semi-definite kernel.
class Polynomial
: Polynomial Kernel.
class PositiveSemidefiniteKernel
: Abstract base class for positive semi-definite kernel functions.
class RationalQuadratic
: RationalQuadratic Kernel.
class SchurComplement
: The SchurComplement kernel.
class SpectralMixture
: The SpectralMixture kernel.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[],null,["# Module: tfp.math.psd_kernels\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/probability/blob/v0.23.0/tensorflow_probability/python/math/psd_kernels/__init__.py) |\n\nPositive-semidefinite kernels package.\n\nClasses\n-------\n\n[`class AutoCompositeTensorPsdKernel`](../../tfp/math/psd_kernels/AutoCompositeTensorPsdKernel): Abstract base class for positive semi-definite kernel functions.\n\n[`class ChangePoint`](../../tfp/math/psd_kernels/ChangePoint): Changepoint Kernel.\n\n[`class Constant`](../../tfp/math/psd_kernels/Constant): Kernel that just outputs positive constant values.\n\n[`class ExpSinSquared`](../../tfp/math/psd_kernels/ExpSinSquared): Exponentiated Sine Squared Kernel.\n\n[`class ExponentialCurve`](../../tfp/math/psd_kernels/ExponentialCurve): Exponential Curve Kernel.\n\n[`class ExponentiatedQuadratic`](../../tfp/math/psd_kernels/ExponentiatedQuadratic): The ExponentiatedQuadratic kernel.\n\n[`class FeatureScaled`](../../tfp/math/psd_kernels/FeatureScaled): Kernel that first rescales all feature dimensions.\n\n[`class FeatureTransformed`](../../tfp/math/psd_kernels/FeatureTransformed): Input transformed kernel.\n\n[`class GammaExponential`](../../tfp/math/psd_kernels/GammaExponential): The GammaExponential kernel.\n\n[`class GeneralizedMatern`](../../tfp/math/psd_kernels/GeneralizedMatern): Generalized Matern Kernel.\n\n[`class KumaraswamyTransformed`](../../tfp/math/psd_kernels/KumaraswamyTransformed): Transform inputs by Kumaraswamy bijector.\n\n[`class Linear`](../../tfp/math/psd_kernels/Linear): Linear Kernel.\n\n[`class MaternFiveHalves`](../../tfp/math/psd_kernels/MaternFiveHalves): Matern 5/2 Kernel.\n\n[`class MaternOneHalf`](../../tfp/math/psd_kernels/MaternOneHalf): Matern Kernel with parameter 1/2.\n\n[`class MaternThreeHalves`](../../tfp/math/psd_kernels/MaternThreeHalves): Matern Kernel with parameter 3/2.\n\n[`class Parabolic`](../../tfp/math/psd_kernels/Parabolic): The Parabolic kernel.\n\n[`class PointwiseExponential`](../../tfp/math/psd_kernels/PointwiseExponential): Pointwise exponential of a positive semi-definite kernel.\n\n[`class Polynomial`](../../tfp/math/psd_kernels/Polynomial): Polynomial Kernel.\n\n[`class PositiveSemidefiniteKernel`](../../tfp/math/psd_kernels/PositiveSemidefiniteKernel): Abstract base class for positive semi-definite kernel functions.\n\n[`class RationalQuadratic`](../../tfp/math/psd_kernels/RationalQuadratic): RationalQuadratic Kernel.\n\n[`class SchurComplement`](../../tfp/math/psd_kernels/SchurComplement): The SchurComplement kernel.\n\n[`class SpectralMixture`](../../tfp/math/psd_kernels/SpectralMixture): The SpectralMixture kernel."]]