ot | R Documentation |
Compute transport map between U(1,...,n-p) and U(1,...,n-p) where C(i, j) = norm difference of pre, i and post, j where i and j are between 1 and n-p.
ot(pre, post, params = list(OutputFlag = 0), method = "gurobi")
We use Gurobi to solve the OT problem if method
is "gurobi".
We use the transport package to solve the OT problem if method
is "transport".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.