scglue.models.prob.MSE
- class scglue.models.prob.MSE(loc)[source]
Bases:
DistributionA “sham” distribution that outputs negative MSE on
log_prob- Parameters:
loc (
torch.Tensor) – Mean of the distribution
Methods
Returns the log of the probability density/mass function evaluated at value.
Attributes
meanReturns the mean of the distribution.