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
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