Learn R Programming

bcTSNE (version 0.11.1)

grad: Calculate t-SNE gradient

Description

Calculate t-SNE gradient

Usage

grad(Y, pval, Z)

Arguments

Y

numeric matrix, lower dimension embedding

pval

numeric matrix, input data p-values

Z

numeric covariate matrix

Value

numeric matrix, t-SNE gradient

Details

Not exported; exists for testing C code.