umap (version 0.2.4.1)

naive.optimize.embedding: modify an existing embedding

Description

modify an existing embedding

Usage

naive.optimize.embedding(tembedding, config, eps)

Arguments

tembedding

matrix, transpose of matrix with an initial embedding

config

list with settings

eps

matrix with connectivity coo graph and epochs per sample; this must be a matrix with columns "from", "to", "value", and "eps"

Value

matrix of same dimension as initial tembedding