runTSNE: Wrapped for rTSNE

Description Usage Arguments Details Value

View source: R/cluster_corpus.R

Description

Wrapped for rTSNE

Usage

1
runTSNE(tidyCorpus_df = NULL, ...)

Arguments

tidyCorpus_df

A tidy corpus. Run the "tidyCorpus" method to generate the expected input

...

parameters that can be passed to rTSNE

Details

A wrapper for the t-SNE method that creates a document term matrix from a tidy corpus, run t-SNE, and provides a cleaned up data frame output for further analysis.

Value

a data frame with with x,y t-SNE co-ordinates for


amcrisan/Adjutant documentation built on March 26, 2020, 4:21 p.m.