Skip to content
#

short-text

Here are 18 public repositories matching this topic...

rwalk
rwalk commented Feb 10, 2017

The constructor for GSDMM with signature:

pub fn new(alpha:f64, beta:f64, K: usize, maxit:isize, vocab:HashSet<String>, docs:Vec<Vec<String>>) -> GSDMM

consumes the docs and vocab objects. This means that user will need to make copies of the data if they wish to use either of these vectors in subsequent processing.

Should be simple to refactor the interface to borrow these instea

Improve this page

Add a description, image, and links to the short-text topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the short-text topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.