active_label_from_saved: Active Learning EM Algorithm

View source: R/functions_active.R

active_label_from_savedR Documentation

Active Learning EM Algorithm

Description

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.

Usage

active_label_from_saved(saved_file)

Arguments

saved_file

[string] Name of saved file


activetext/activeR documentation built on May 31, 2024, 10:21 a.m.