create_ensembleSummary {RTextTools} | R Documentation |
creates a summary with ensemble coverage and precision.
Description
Creates a summary with ensemble coverage and precision values for an ensemble greater than the threshold specified.
Usage
create_ensembleSummary(document_summary)
Arguments
document_summary |
The |
Details
This summary is created in the create_analytics
function. Note that a threshold value of 3 will return ensemble coverage and precision statistics for topic codes that had 3 or more (i.e. >=3) algorithms agree on the same topic code.
Author(s)
Loren Collingwood, Timothy P. Jurka
[Package RTextTools version 1.4.3 Index]