what is the mmo option in the following code fragment

echo "Training Naive Bayes model"
  ./bin/mahout trainnb \
    -i ${WORK_DIR}/20news-train-vectors -el \
    -o ${WORK_DIR}/model \mmo
    -li ${WORK_DIR}/labelindex \
    -ow $c

Reply via email to