ott.neural.methods.expectile_neural_dual.ENOTPotentials#
- class ott.neural.methods.expectile_neural_dual.ENOTPotentials(grad_f, g, *, cost_fn)[source]#
The dual potentials of the ENOT method [Buzun et al., 2024].
- Parameters:
Methods
distance(src, tgt)Evaluate Wasserstein distance between samples using dual potentials.
plot_ot_map(source, target[, samples, ...])Plot data and learned optimal transport map.
plot_potential([forward, quantile, ...])Plot the potential.
transport(vec[, forward])Transport
vecaccording to Gangbo-McCann Brenier [Brenier, 1991].Attributes