View source: R/functions_active.R
active_label_from_saved | R Documentation |
Active learning for weighted-EM algorithm. After initial EM algorithm converges, oracle is queried for labels to documents that the EM algorithm was most unsure of. This process iterates until max iterations are reached, or there are no documents in the window of uncertainty.
active_label_from_saved(saved_file)
saved_file |
[string] Name of saved file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.