naive.optimize.embedding: modify an existing embedding
Description
modify an existing embedding
Usage
naive.optimize.embedding(embedding, config, eps)
Arguments
embedding
matrix holding 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 embedding