@@ -645,7 +645,8 @@ def OT_mapping_linear(xs, xt, reg=1e-6, ws=None,
645
645
The function estimates the optimal linear operator that aligns the two
646
646
empirical distributions. This is equivalent to estimating the closed
647
647
form mapping between two Gaussian distributions :math:`N(\mu_s,\Sigma_s)`
648
- and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in remark 2.29 in [15].
648
+ and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in remark
649
+ 2.29 in [15].
649
650
650
651
The linear operator from source to target :math:`M`
651
652
@@ -1198,14 +1199,14 @@ class SinkhornTransport(BaseTransport):
1198
1199
distribution_estimation : callable, optional (defaults to the uniform)
1199
1200
The kind of distribution estimation to employ
1200
1201
out_of_sample_map : string, optional (default="ferradans")
1201
- The kind of out of sample mapping to apply to transport samples
1202
- from a domain into another one. Currently the only possible option is
1202
+ The kind of out of sample mapping to apply to transport samples
1203
+ from a domain into another one. Currently the only possible option is
1203
1204
"ferradans" which uses the method proposed in [6].
1204
1205
limit_max: float, optional (defaul=np.infty)
1205
1206
Controls the semi supervised mode. Transport between labeled source
1206
- and target samples of different classes will exhibit an cost defined
1207
+ and target samples of different classes will exhibit an cost defined
1207
1208
by this variable
1208
-
1209
+
1209
1210
Attributes
1210
1211
----------
1211
1212
coupling_ : array-like, shape (n_source_samples, n_target_samples)
@@ -1299,8 +1300,8 @@ class EMDTransport(BaseTransport):
1299
1300
distribution_estimation : callable, optional (defaults to the uniform)
1300
1301
The kind of distribution estimation to employ
1301
1302
out_of_sample_map : string, optional (default="ferradans")
1302
- The kind of out of sample mapping to apply to transport samples
1303
- from a domain into another one. Currently the only possible option is
1303
+ The kind of out of sample mapping to apply to transport samples
1304
+ from a domain into another one. Currently the only possible option is
1304
1305
"ferradans" which uses the method proposed in [6].
1305
1306
limit_max: float, optional (default=10)
1306
1307
Controls the semi supervised mode. Transport between labeled source
@@ -1405,8 +1406,8 @@ class SinkhornLpl1Transport(BaseTransport):
1405
1406
distribution_estimation : callable, optional (defaults to the uniform)
1406
1407
The kind of distribution estimation to employ
1407
1408
out_of_sample_map : string, optional (default="ferradans")
1408
- The kind of out of sample mapping to apply to transport samples
1409
- from a domain into another one. Currently the only possible option is
1409
+ The kind of out of sample mapping to apply to transport samples
1410
+ from a domain into another one. Currently the only possible option is
1410
1411
"ferradans" which uses the method proposed in [6].
1411
1412
limit_max: float, optional (defaul=np.infty)
1412
1413
Controls the semi supervised mode. Transport between labeled source
@@ -1526,8 +1527,8 @@ class SinkhornL1l2Transport(BaseTransport):
1526
1527
distribution_estimation : callable, optional (defaults to the uniform)
1527
1528
The kind of distribution estimation to employ
1528
1529
out_of_sample_map : string, optional (default="ferradans")
1529
- The kind of out of sample mapping to apply to transport samples
1530
- from a domain into another one. Currently the only possible option is
1530
+ The kind of out of sample mapping to apply to transport samples
1531
+ from a domain into another one. Currently the only possible option is
1531
1532
"ferradans" which uses the method proposed in [6].
1532
1533
limit_max: float, optional (default=10)
1533
1534
Controls the semi supervised mode. Transport between labeled source
0 commit comments