How many algorithms mahout supports for clustering?
2
Well Done. Your Answer is Correct Keep it Up! Explanation: Mahout supports two main algorithms for clustering namely: Canopy clustering and K-means clustering
How many classification does Naive Bayes Classifier have?
2
Well Done. Your Answer is Correct Keep it Up! Explanation: Mahout uses the Naive Bayes classifier algorithm. It uses two implementations: Distributed Naive Bayes classification and Complementary Naive Bayes classification
____________ generates NGrams and counts frequencies for ngrams, head and tail subgrams.
CollocDriver
Well Done. Your Answer is Correct Keep it Up! Explanation: Each call to the mapper passes in the full set of tokens for the corresponding document using a StringTuple.