File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ class MixedDataLoader(cebra_data.Loader):
272
272
When using the discrete variable, the prior distribution can either be uniform
273
273
(discrete_sampling_prior = "uniform") or empirical (discrete_sampling_prior = "empirical").
274
274
275
- Based on the selection of those parameters, the :py:class:`cebra.distributions.MixedTimeDeltaDistribution`,
276
- :py:class:`cebra.distributions.DiscreteEmpirical`, or :py:class:`cebra.distributions.DiscreteUniform`
275
+ Based on the selection of those parameters, the :py:class:`cebra.distributions.mixed. MixedTimeDeltaDistribution`,
276
+ :py:class:`cebra.distributions.discrete. DiscreteEmpirical`, or :py:class:`cebra.distributions.discrete .DiscreteUniform`
277
277
distributions are used for sampling.
278
278
279
279
Args:
You can’t perform that action at this time.
0 commit comments