dsp-uga / andromeda

This repository contains a Naive Bayes classifier implemented on document classification which is completed on CSCI 8360, Data Science Practicum at the University of Georgia, Spring 2018.
MIT License
4 stars 1 forks source link

V value #24

Closed melanieihuei closed 6 years ago

melanieihuei commented 6 years ago

A value that represents the total distinct words used in the whole training data (doesn't matter the labels or documents). It would be best to sc.broadcast() it then we don't have to input it every time.

melanieihuei commented 6 years ago

Thanks, Jenny!

WeiwenXu21 commented 6 years ago

I got it. No worries. Will update that tomorrow.