Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 942 Bytes

run_gw.rst

File metadata and controls

27 lines (19 loc) · 942 Bytes

Running Gromov-Wasserstein

A run_gw.Distribution is a numpy array of shape (n,), with values nonnegative and summing to 1, where n is the number of points in the set.

value

numpy.typing.NDArray[numpy.float_]

A SquareMatrix is a numpy array of shape (n, n) where n is the number of points in the space; in our applications a SquareMatrix is usually a distance matrix, a symmetric matrix with zeros along the diagonal.

value

numpy.typing.NDArray[numpy.float_]

cajal.run_gw.icdm_csv_validate

cajal.run_gw.cell_iterator_csv

cajal.run_gw.cell_pair_iterator_csv

cajal.run_gw.gw_pairwise_parallel

cajal.run_gw.compute_gw_distance_matrix