classifyModel | R Documentation |
Classify clouds in a model
classifyModel(mdata, mname, ttmx_dir, suffix = ".ttmx.dist.pac", k = 8)
mdata |
Data of a model, as given by |
mname |
Name of a model; the name of |
ttmx_dir |
Directory where the token-level distance matrices are stored. |
suffix |
Suffix of the file names for the token-level distance matrices; the function assumes that the name of the file is the name of the medoid plus the suffix. |
k |
Number of nearest neighbors for |
A table with one row per cluster in the model, the columns created by
clusterSeparation
, clusterHDBSCAN
and
clusterDistance
and the classification of each cluster based
on the Nephological Shapes from \insertCitemontes_2021;textualsemcloud
(see Chapter 5
for a full description and examples).
## Not run: purrr::imap_dfr(models$medoidCoords, classifyModel, ttmx_dir = 'path/to/dir') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.