encoderModel_calc_embedding {scAlign} | R Documentation |
Takes the high dimensional data through the neural network to embedding layer
encoderModel_calc_embedding( sess, data, endpoint, test_in, FLAGS, batch_size = 150 )
sess |
Current tensorflow session |
data |
Input matrix or tensor to reduce to embedding space |
endpoint |
Operation to evaluate in the graph |
test_in |
Placeholder to process full data in batches |
FLAGS |
Tensorflow run arguments |
batch_size |
how many cells per each batch |
Aligned data embedding