TommyJones / tidylda

Implements an algorithim for Latent Dirichlet Allocation using style conventions from the [tidyverse](https://style.tidyverse.org/) and [tidymodels](https://tidymodels.github.io/model-implementation-principles/index.html).
Other
41 stars 3 forks source link

remove armadillo matrices from create_lexicon #27

Closed TommyJones closed 3 years ago

TommyJones commented 4 years ago

Per #25 Armadillo matrices don't perform as well as a native C++ option from the STL. Modify create_lexicon accordingly.

TommyJones commented 3 years ago

Done 9e65cfd122b401b7c62231ccc9aa15c4ff69b101