define_kernel_matrix: define kernel matrix

Description Usage Arguments Value

View source: R/train_encoder.R

Description

Adds the defined kernel to the operation graph for high dimensional pairwise data similarity

Usage

1
2
define_kernel_matrix(method, data = NULL, labels = NULL, data_shape,
  perplexity = NULL, diag = "zero")

Arguments

method

Kernel to compute pairwise cell similarity

data

cell x feature data matrix

labels

cell x 1 annotation (label) vector

data_shape

number of features for data

perplexity

neighborhood parameter for gaussian kernel

diag

indicator for self similarity

Value

Tensorflow op


scAlign documentation built on April 28, 2020, 6:10 p.m.