Covariance#
- class skfda.misc.covariances.Covariance[source]#
Abstract class for covariance functions.
Methods
heatmap([limits])Return a heatmap plot of the covariance function.
Convert it to a sklearn kernel, if there is one.
Abstract class for covariance functions.
Methods
|
Return a heatmap plot of the covariance function. |
Convert it to a sklearn kernel, if there is one. |
skfda.misc.covariances.Covariance#