calcLSI: Calculate Latent Semantic Indexing (LSI)

Description Usage Arguments Value

View source: R/projectLSI.R

Description

Perform svd and then LSI to the input count matrix.

Usage

1
calcLSI(mat, ndims = 50, seed.use = 42)

Arguments

mat

the normalized sparse count matrix

ndims

how many dimensions will be calculated, default 50

seed.use

the random seed used, default 42

Value

a list containing the result of svd and parameters used


sajuukLyu/projectLSI documentation built on Jan. 18, 2022, 12:27 a.m.