from_distfun_to_dist_torch {deepregression} | R Documentation |
Function to define output distribution based on dist_fun
Description
Function to define output distribution based on dist_fun
Usage
from_distfun_to_dist_torch(dist_fun, preds)
Arguments
dist_fun |
a distribution function as defined by |
preds |
tensors with predictions |
Value
a symbolic torch distribution
[Package deepregression version 2.2.0 Index]