Description Usage Arguments Value
Constructs PCA embedding based raw co-occurrence counts
1 2 | construct_pca_embedding(coccur, dim_size = 100, iters = 25,
remove_empty = TRUE)
|
coccur |
The co-occurrence matrix |
dim_size |
The embedding dimension |
iters |
The number of iterations |
remove_empty |
Flag to remove vectors that are identically 0 |
PCA embedding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.