ott.problems.linear.barycenter_problem.FreeBarycenterProblem.segmented_y_b

ott.problems.linear.barycenter_problem.FreeBarycenterProblem.segmented_y_b#

property FreeBarycenterProblem.segmented_y_b: Tuple[Array, Array, Array]#

Tuple of arrays containing segmented measures, weights, # of points.

  • Segmented measures of shape [num_measures, max_measure_size, ndim].

  • Segmented weights of shape [num_measures, max_measure_size].

  • [num_measures,] array containing number of points per measure.