gpytorch.means¶
Specialty Means¶
MultitaskMean¶
-
class
gpytorch.means.MultitaskMean(base_means, num_tasks)[source]¶ Convenience
gpytorch.means.Meanimplementation for defining a different mean for each task in a multitask model. Expects a list of num_tasks different mean functions, each of which is applied to the given data inforward()and returned as an n x t matrix of means, one for each task.