René's URL Explorer Experiment


Title: ot.plot — POT Python Optimal Transport 0.9.7.dev0 documentation

direct link

Domain: pythonot.github.io

Links:

POT Python Optimal Transport https://pythonot.github.io/master/index.html
POT: Python Optimal Transporthttps://pythonot.github.io/master/index.html
Quickstart Guidehttps://pythonot.github.io/master/auto_examples/plot_quickstart_guide.html
Examples galleryhttps://pythonot.github.io/master/auto_examples/index.html
User guidehttps://pythonot.github.io/master/user_guide.html
API and moduleshttps://pythonot.github.io/master/all.html
ot.backendhttps://pythonot.github.io/master/gen_modules/ot.backend.html
ot.batchhttps://pythonot.github.io/master/gen_modules/ot.batch.html
ot.bregmanhttps://pythonot.github.io/master/gen_modules/ot.bregman.html
ot.coothttps://pythonot.github.io/master/gen_modules/ot.coot.html
ot.dahttps://pythonot.github.io/master/gen_modules/ot.da.html
ot.datasetshttps://pythonot.github.io/master/gen_modules/ot.datasets.html
ot.drhttps://pythonot.github.io/master/gen_modules/ot.dr.html
ot.factoredhttps://pythonot.github.io/master/gen_modules/ot.factored.html
ot.gaussianhttps://pythonot.github.io/master/gen_modules/ot.gaussian.html
ot.gmmhttps://pythonot.github.io/master/gen_modules/ot.gmm.html
ot.gnnhttps://pythonot.github.io/master/gen_modules/ot.gnn.html
ot.gromovhttps://pythonot.github.io/master/gen_modules/ot.gromov.html
ot.lowrankhttps://pythonot.github.io/master/gen_modules/ot.lowrank.html
ot.lphttps://pythonot.github.io/master/gen_modules/ot.lp.html
ot.mappinghttps://pythonot.github.io/master/gen_modules/ot.mapping.html
ot.optimhttps://pythonot.github.io/master/gen_modules/ot.optim.html
ot.partialhttps://pythonot.github.io/master/gen_modules/ot.partial.html
ot.plothttps://pythonot.github.io/master/gen_modules/ot.plot.html
Functionshttps://pythonot.github.io/master/gen_modules/ot.plot.html#functions
plot1D_mat()https://pythonot.github.io/master/gen_modules/ot.plot.html#ot.plot.plot1D_mat
Examples using ot.plot.plot1D_mathttps://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-plot1d-mat
Examples using ot.plot.plot2D_samples_mathttps://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-plot2d-samples-mat
Examples using ot.plot.rescale_for_imshow_plothttps://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-rescale-for-imshow-plot
ot.regpathhttps://pythonot.github.io/master/gen_modules/ot.regpath.html
ot.slicedhttps://pythonot.github.io/master/gen_modules/ot.sliced.html
ot.smoothhttps://pythonot.github.io/master/gen_modules/ot.smooth.html
ot.stochastichttps://pythonot.github.io/master/gen_modules/ot.stochastic.html
ot.unbalancedhttps://pythonot.github.io/master/gen_modules/ot.unbalanced.html
ot.utilshttps://pythonot.github.io/master/gen_modules/ot.utils.html
ot.weakhttps://pythonot.github.io/master/gen_modules/ot.weak.html
Main ot functionshttps://pythonot.github.io/master/all.html#module-ot
Releaseshttps://pythonot.github.io/master/releases.html
Contributorshttps://pythonot.github.io/master/contributors.html
Contributing to POThttps://pythonot.github.io/master/contributing.html
Code of conducthttps://pythonot.github.io/master/code_of_conduct.html
POT Python Optimal Transporthttps://pythonot.github.io/master/index.html
https://pythonot.github.io/master/index.html
API and moduleshttps://pythonot.github.io/master/all.html
View page sourcehttps://pythonot.github.io/master/_sources/gen_modules/ot.plot.rst.txt
https://pythonot.github.io/master/gen_modules/ot.plot.html#module-ot.plot
othttps://pythonot.github.io/master/all.html#module-ot
ot.plothttps://pythonot.github.io/master/gen_modules/ot.plot.html#module-ot.plot
https://pythonot.github.io/master/gen_modules/ot.plot.html#functions
[source]https://pythonot.github.io/master/_modules/ot/plot.html#plot1D_mat
https://pythonot.github.io/master/gen_modules/ot.plot.html#ot.plot.plot1D_mat
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
rescale_for_imshow_plot()https://pythonot.github.io/master/gen_modules/ot.plot.html#id2
https://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-plot1d-mat
Regularized OT with generic solverhttps://pythonot.github.io/master/auto_examples/plot_optim_OTreg.html
Optimal Transport for fixed supporthttps://pythonot.github.io/master/auto_examples/plot_OT_1D.html
Optimal Transport solvers comparisonhttps://pythonot.github.io/master/auto_examples/plot_solve_variants.html
OT between GMM : plan and maps in 1Dhttps://pythonot.github.io/master/auto_examples/gaussian_gmm/plot_GMMOT_plan.html
Low rank Sinkhornhttps://pythonot.github.io/master/auto_examples/lowrank/plot_lowrank_sinkhorn.html
Stochastic exampleshttps://pythonot.github.io/master/auto_examples/others/plot_stochastic.html
1D Unbalanced optimal transporthttps://pythonot.github.io/master/auto_examples/unbalanced-partial/plot_UOT_1D.html
[source]https://pythonot.github.io/master/_modules/ot/plot.html#plot2D_samples_mat
https://pythonot.github.io/master/gen_modules/ot.plot.html#ot.plot.plot2D_samples_mat
floathttps://docs.python.org/3/library/functions.html#float
dicthttps://docs.python.org/3/library/stdtypes.html#dict
https://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-plot2d-samples-mat
Optimal Transport between empirical distributionshttps://pythonot.github.io/master/auto_examples/plot_OT_2D_samples.html
Sparse Optimal Transporthttps://pythonot.github.io/master/auto_examples/plot_sparse_emd.html
Optimal Transport with different ground metricshttps://pythonot.github.io/master/auto_examples/plot_OT_L1_vs_L2.html
Quickstart Guidehttps://pythonot.github.io/master/auto_examples/plot_quickstart_guide.html
Dual OT solvers for entropic and quadratic regularized OT with Pytorchhttps://pythonot.github.io/master/auto_examples/backends/plot_dual_ot_pytorch.html
OT for domain adaptation on empirical distributionshttps://pythonot.github.io/master/auto_examples/domain-adaptation/plot_otda_d2.html
Optimal transport with factored couplingshttps://pythonot.github.io/master/auto_examples/lowrank/plot_factored_coupling.html
Weak Optimal Transport VS exact Optimal Transporthttps://pythonot.github.io/master/auto_examples/others/plot_WeakOT_VS_OT.html
[source]https://pythonot.github.io/master/_modules/ot/plot.html#rescale_for_imshow_plot
https://pythonot.github.io/master/gen_modules/ot.plot.html#ot.plot.rescale_for_imshow_plot
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
plot1D_mat()https://pythonot.github.io/master/gen_modules/ot.plot.html#id0
https://pythonot.github.io/master/gen_modules/ot.plot.html#examples-using-ot-plot-rescale-for-imshow-plot
OT between GMM : plan and maps in 1Dhttps://pythonot.github.io/master/auto_examples/gaussian_gmm/plot_GMMOT_plan.html
[source]https://pythonot.github.io/master/_modules/ot/plot.html#plot1D_mat
https://pythonot.github.io/master/gen_modules/ot.plot.html#id0
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
strhttps://docs.python.org/3/library/stdtypes.html#str
rescale_for_imshow_plot()https://pythonot.github.io/master/gen_modules/ot.plot.html#id2
[source]https://pythonot.github.io/master/_modules/ot/plot.html#plot2D_samples_mat
https://pythonot.github.io/master/gen_modules/ot.plot.html#id1
floathttps://docs.python.org/3/library/functions.html#float
dicthttps://docs.python.org/3/library/stdtypes.html#dict
[source]https://pythonot.github.io/master/_modules/ot/plot.html#rescale_for_imshow_plot
https://pythonot.github.io/master/gen_modules/ot.plot.html#id2
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
plot1D_mat()https://pythonot.github.io/master/gen_modules/ot.plot.html#id0
Previoushttps://pythonot.github.io/master/gen_modules/ot.partial.html
Next https://pythonot.github.io/master/gen_modules/ot.regpath.html
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org
Releasehttps://pythonot.github.io/
Developmenthttps://pythonot.github.io/master
Codehttps://github.com/PythonOT/POT

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.