scglue.models.prob.MSE

class scglue.models.prob.MSE(loc)[源代码]

基类:Distribution

A “sham” distribution that outputs negative MSE on log_prob

参数:

loc (torch.Tensor) – Mean of the distribution

方法

log_prob

Returns the log of the probability density/mass function evaluated at value.

属性

mean

Returns the mean of the distribution.