Re: How to convert a unique text value to a unique long value for a large data set

2019-04-18 Thread Andrew Musselman
Ramu, sorry for the belated response but if you're still interested you may want to try the new version of item similarity, which is described some in this article: https://mahout.apache.org/users/recommender/intro-cooccurrence-spark.html Best Andrew On Thu, Sep 20, 2018 at 5:10 AM Ramu Ramaiah

Fwd: How to convert a unique text value to a unique long value for a large data set

2018-09-20 Thread Ramu Ramaiah
Hi, I am using the Apache Mahout's org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJob with the input options 1. --booleanData 2. --similarityClassname SIMILARITY_LOGLIKELIHOOD The loglikelihood similarity algorithm expects a numeric input. However, I have a textual data. One of