match_EM_to_docs | R Documentation |
Matches the output of the previous run of the EM algorithm to the matrix of documents.
match_EM_to_docs(
docs,
EMoutput,
classes,
doc_name,
index_name,
labels_name = NULL
)
docs |
[matrix] Matrix of labeled and unlabeled documents. |
EMoutput |
[matrix] Matrix of expected class assignments produced by EM algorithm.. |
classes |
[vector] Vector of character strings indicating the classes being considered. |
doc_name |
[character] |
index_name |
[character] Character string indicating the variable in 'docs' that denotes the index value of the documents . |
labels_name |
[character] Character string indicating the variable in |
[matrix] Matrix of documents that the EM algorithm is uncertain about.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.