I have M, U, and userRatings part-files as an intermediate result of an ALS matrix factorization process.
The header are:
SEQ. org.apache.hadoop.io.IntWritable%org.apache.mahout.math.VectorWritable
I need to operate with that vectors/features, to find out an explanation for the ALS recommendations (it is a guess). It need to be on PIG.
Thanks, Er