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

Description Usage Arguments Value

View source: R/embedding.R

Description

Make an initial embedding with random coordinates

Usage

1
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


donelsonsmith/umap_R documentation built on Nov. 4, 2019, 10:58 a.m.