Skip to content
Rémi Flamary edited this page Dec 6, 2019 · 7 revisions

This wiki contains all the function parameter name changes/cleanup for POT 1.0

------------------documentation/examples------------------

  • n -> n_source_samples

  • xs/xt -> x_source/x_target

  • G0/Gs -> Gamma_emd/ Gamma_sinkhorn (May be ?)

  • reg parameter entropic -> epsilon (blur ?)

  • d (dimension parameter) -> n_features

  • N (barycenter example) -> N_distributions

X1 -> X_source (color transfer)

------------------variable names------------------

  • numItermax -> maxiter (scikit-learn compatible)

  • numInnerItermax -> maxiter_inner

  • stopThr -> stop_threshold

  • (reg -> blur ?)

  • log (variable not bool) -> return_log (function param)

Remi: log seems clear to ma as a variable name, what do scikit-leran do ?

Clone this wiki locally