RE: How KMeans clustering works in Mahout 0.8?

2014-01-28 Thread Yoonmin Nam
K-Means clustering works by using mahout.clustering.iterator package. In the iterator package, there is a classes called CIMapper and CIReducer. Both of them are used when we choose a method (-xm) as a mapreduce. Then, this mapper and reducer works for you! Thanks. -Original Message-

The maintainer of FPG algorithm

2014-01-20 Thread Yoonmin Nam
If it is available, then I also want to become a maintainer of FGP algorithm. Thanks Yoonmin

About Parallel Frequent Growth algorithm

2014-01-19 Thread Yoonmin Nam
Hello, everyone! Is there anyone know about the reason why PFG is deprecated in Mahout? I knew that new algorithm (BIGFIM) will be implemented as a substitution of old PFG algorithm for parallel frequent pattern mining. Please let me know if you knew the reason. Thanks!