mofaflex.SmoothOptions#
- class mofaflex.SmoothOptions(*, n_inducing=100, kernel='RBF', mefisto_kernel=True, independent_lengthscales=False, group_covar_rank=1, warp_groups=<factory>, warp_interval=20, warp_open_begin=True, warp_open_end=True, warp_reference_group=None)#
Options for Gaussian processes.
Attributes table#
Rank of the group correlation matrix. |
|
Whether to use a separate lengthscale per covariate dimension. |
|
Kernel function to use. |
|
Whether to use the MEFISTO group covariance kernel or treat groups independently. |
|
Number of inducing points. |
|
Apply dynamic time warping every |
|
Perform open-ended alignment. |
|
Perform open-ended alignment. |
|
Reference group to align the others to. |
|
List of groups to apply dynamic time warping to. |
Methods table#
Attributes#
- SmoothOptions.group_covar_rank: int = 1#
Rank of the group correlation matrix. Only relevant if
mefisto_kernel=True.
- SmoothOptions.independent_lengthscales: bool = False#
Whether to use a separate lengthscale per covariate dimension.
- SmoothOptions.mefisto_kernel: bool = True#
Whether to use the MEFISTO group covariance kernel or treat groups independently.