Description Usage Arguments Value
View source: R/backend_encoder.R
Creates the walker loss component using embedding representation of high-dimensional data. Specifies random walk procedure.
1 2 3 |
p_target |
Pairwise cell-cell similarity |
a |
Data embeddings |
b |
Data embeddings |
data_shape |
Dimension of data |
walker_weight |
Walker loss component weight |
visit_weight |
Visit loss component weight (unused) |
mode |
Specifies which walker loss is being computed |
comp |
How to compute round trip probabilities |
betas |
Value for fixed beta gaussian kernel |
diag |
Whether to include self similarity |
debug |
Sets the verbosity level |
Tensorflow loss op
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.