Description Usage Arguments Value
View source: R/train_encoder_multi.R
Aligns paired data into a joint embedding space.
1 2 3 4 5 6 7 8 9 10 | encoderModel_train_encoder_multi(
FLAGS,
CV,
config,
num_labels,
data_shape,
names,
data,
labels
)
|
FLAGS |
Tensorflow run arguments. |
CV |
Model that is being run. |
config |
Hardware configuration options. |
num_labels |
Number of unique labels. |
data_shape |
Dimensions of input data. |
source_data |
Source data matrix (cell x feature). |
source_labels |
Source data labels. |
target_data |
Target data matrix (cell x feature). |
target_labels |
Target data labels. |
Final alignment results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.