scglue.models.prob.RMSE

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

基类:MSE

A “sham” distribution that outputs negative RMSE on log_prob

参数:

loc (torch.Tensor) – Mean of the distribution

方法

log_prob

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

属性