textplot_components {LSX} | R Documentation |
[experimental] Plot clusters of word vectors
Description
Experimental function to find clusters of word vectors
Usage
textplot_components(
x,
n = 5,
method = "ward.D2",
scale = c("absolute", "relative")
)
Arguments
x |
a fitted |
n |
the number of cluster. |
method |
the method for hierarchical clustering. |
scale |
change the scale of y-axis. |
[Package LSX version 1.4.2 Index]