umap (version 0.2.2.0)

make.random.embedding: Make an initial embedding with random coordinates

Description

Make an initial embedding with random coordinates

Usage

make.random.embedding(d, V, lims = c(-10, 10))

Arguments

d

integer, number of diemsions (columns)

V

integer, number of vertices (rows)

lims

numeric vector with lower and upper bounds

Value

matrix (V,d) with random numbers