Re: Code execution path of mahout

2016-02-03 Thread Mahmood N
>The new code still uses sparse and dense vectors and matrices, with local and >distributed >iterators over rows and blocking into chunks of matrices as >appropriate. That is a good thing to know... Regardless of the comparison, do you know where the most important data structures are defined?

Re: Code execution path of mahout

2016-02-03 Thread Mahmood N
Dear Andrew, Thanks for your reply. In fact, I need this information as part of my study on some data analytics workloads. The benchmark had been setup about 3 years ago by someone! What I really want to know is that how the software model (here the code execution path) differs from regular de

Code execution path of mahout

2016-02-03 Thread Mahmood N
Hi, This is a question about Mahout 0.6! which is pretty old and I know that. Consider this command (which I don't know if it is valid in the newer versions or not) ./bin/mahout testclassifier -m $CLASSIFICATION_MODEL -d $CLASSIFICATION_INPUT --method mapreduce I want to know which parts of th