ott.tools.progot.ProgOTOutput.transport#
- ProgOTOutput.transport(x, num_steps=None, return_intermediate=False)[source]#
Transport points.
- Parameters:
- Return type:
- Returns:
If
return_intermediate = True
, return arrays of shape[num_steps, n, d]
and[num_steps, n, d]
corresponding to the interpolations and push-forwards after each step, respectively.Otherwise, return arrays of shape
[n, d]
and[n, d]
corresponding to the last interpolation and push-forward, respectively.