scglue.models.prob.MSE
- class scglue.models.prob.MSE(loc)[源代码]
基类:
DistributionA “sham” distribution that outputs negative MSE on
log_prob- 参数:
loc (
torch.Tensor) – Mean of the distribution
方法
Returns the log of the probability density/mass function evaluated at value.
属性
meanReturns the mean of the distribution.