sm_tidy_umap: Create a data frame of umap components

Description Usage Arguments

View source: R/matrix.R

Description

Create a data frame of umap components

Usage

1
sm_tidy_umap(x, n = 2, random_state = 1, item_name = "document", ...)

Arguments

x

the matrix to compute principal components from.

n

number of components to compute

random_state

integer to set the random state of the algorithm

item_name

name to give to the set of rows; defaults to "document"

...

other options passed to the umap function


statsmaths/smodels documentation built on Jan. 9, 2021, 1:07 p.m.