ott.problems.linear.barycenter_problem.BarycenterProblem.segmented_y_b
ott.problems.linear.barycenter_problem.BarycenterProblem.segmented_y_b#
- property BarycenterProblem.segmented_y_b: Tuple[jax.Array, jax.Array]#
Tuple of arrays containing the segmented measures and weights.
Additional segment may be added when the problem is debiased.
Segmented measures of shape
[num_measures, max_measure_size, ndim]
.Segmented weights of shape
[num_measures, max_measure_size]
.
- Return type
Tuple
[Array
,Array
]