Description Usage Arguments Details Value Examples
Given a data frame with texts, this function perform Reinert's clustering
1 2 3 4 5 6 7 8 9 10 11 |
df |
a data frame with at least a column with textual data and a column with documents' ID |
docid_field |
name of the column (in quotation marks) containing the IDs of the documents (default NULL) |
text_field |
name of the column (in quotation marks) containing textual data |
min_uc_size |
minimum number of forms by document (default 10). |
min_split_members |
don't try to split groups with fewer members (default 5). |
cc_test |
contingency coefficient value for feature selection (default 0.3). |
tsj |
minimum frequency value for feature selection (default 3). |
k.max |
desired maximum number of clusters (default NULL). |
the function is simply a wrapper of functions available in the package rainette. Please refer to the available documentations of rainette
a list containing the result of clustering and the original document term matrix, for subsequent analysis through rainette_explor or rainette_plot
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.