Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 21 found.
[1] < 1 2 3 > [3]  Sort:

wordStem (Package: RTextTools) : Get the common root/stem of words

This function computes the stems of each of the given words in the vector. This reduces a word to its base component, making it easier to compare words like win, winning, winner. See http://snowball.tartarus.org/ for more information about the concept and algorithms for stemming.
● Data Source: CranContrib
● Keywords: IO, utilities
● Alias: wordStem
● 0 images

summary.analytics (Package: RTextTools) :

Returns a summary of the contents within an object of class analytics-class.
● Data Source: CranContrib
● Keywords: method
● Alias: summary.analytics
● 0 images

create_ensembleSummary (Package: RTextTools) :

Creates a summary with ensemble coverage and precision values for an ensemble greater than the threshold specified.
● Data Source: CranContrib
● Keywords: method
● Alias: create_ensembleSummary
● 0 images

recall_accuracy (Package: RTextTools) :

Given the true labels to compare to the labels predicted by the algorithms, calculates the recall accuracy of each algorithm.
● Data Source: CranContrib
● Keywords: method
● Alias: recall_accuracy
● 0 images

classify_models (Package: RTextTools) :

Uses a trained model from the train_models function to classify new data.
● Data Source: CranContrib
● Keywords: method
● Alias: classify_models
● 0 images

analytics-class (Package: RTextTools) :

An S4 class containing the analytics for a classified set of documents. This includes a label summary, document summary, ensemble summary, and algorithm summary. This class is returned if virgin=FALSE in create_container.
● Data Source: CranContrib
● Keywords: classes
● Alias: analytics-class
● 0 images

read_data (Package: RTextTools) :

Reads data from several types of data storage types into an R data frame.
● Data Source: CranContrib
● Keywords: method
● Alias: read_data
● 0 images

getStemLanguages (Package: RTextTools) : Query the languages supported in this package

This dynamically determines the names of the languages for which stemming is supported by this package. This is controlled when the package is created (not installed) by downloading the stemming algorithms for the different languages.
● Data Source: CranContrib
● Keywords: IO, utilities
● Alias: getStemLanguages
● 0 images

train_models (Package: RTextTools) :

Creates a trained model using the specified algorithms.
● Data Source: CranContrib
● Keywords: method
● Alias: train_models
● 0 images

analytics_virgin-class (Package: RTextTools) :

An S4 class containing the analytics for a classified set of documents. This includes a label summary and a document summary. This class is returned if virgin=TRUE in create_container.
● Data Source: CranContrib
● Keywords: classes
● Alias: analytics_virgin-class
● 0 images