textplot_components: [experimental] Plot clusters of word vectors

View source: R/textplot.R

textplot_componentsR 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 textmodel_lss.

n

the number of cluster.

method

the method for hierarchical clustering.

scale

change the scale of y-axis.


LSX documentation built on March 7, 2023, 6:46 p.m.

Related to textplot_components in LSX...