@Prakash - Albeit I’m a Mahout noob - if you can represent your problem as a network with 2d input then yes Mahout can be used (so i’ve heard). IMO - every machine based computation problem can be represented as a graph - although this may not always be optimal.
Taking this notion of fuzzy clustering a bit further - Can it be applied to topics such as demand prediction ? > On Apr 28, 2016, at 4:37 PM, Prakash Poudyal <[email protected]> wrote: > > Dear Suneel, Dmitriy and Ted, > > This is just gentle remainder to answer my confusion that I mention in my > previous email. It would be great if you could response me sooner, so that > I can go ahead. > > Thank you so much. > > Prakash > > On Thu, Apr 28, 2016 at 8:02 PM, Prakash Poudyal <[email protected]> > wrote: > >> Hi! >> >> Thank you for your emails !! >> >> Actually, I need to use fuzzy clustering to cluster the sentence in my >> research. This is my goal. >> >> I started to use Fuzzy K means clustering of Mahout since last week !!! I >> found several blogs links, and many other helpful documents !!!! I was >> going through, as being new, I realize this the best, easy and fast way to >> know about Mahout works. In my opinion, many new commers do the same as I >> do. After being used to the tools, than only people focus on the works and >> go deeply. >> >> I had gone through many blogs and sites to know about Mahout, some of them >> are below : >> >> http://technobium.com/introduction-to-clustering-using-apache-mahout/ >> >> http://tuxdna.github.io/pages/mahout.html >> >> >> https://github.com/tdunning/MiA/blob/master/src/main/java/mia/clustering/ch09/FuzzyKMeansExample.java >> >> http://www.programering.com/a/MDNwgTMwATI.html >> >> >> https://www.safaribooksonline.com/library/view/apache-mahout-clustering/9781783284436/ch04.html >> >> https://ymnliu.wordpress.com/2015/11/05/install-apache-mahout-in-eclipse/ >> >> https://mahout.apache.org/ >> >> What do you say about these sites !! Is these sites are not appropriate >> ??? >> >> I raise my problem several time, in mailing list and even IRC but I got >> response !! just today :( >> >> So finally, it would be great, if you could reply the answers of my >> following question . >> >> Is Apache Mahout appropriate tool for clustering sentences through >> fuzzy-clustering ? >> >> If answer is "YES" >> >> Which version of Mahout ? >> >> Can you write the steps that I need to followed, or give me >> appropriate documentation (links) ? >> >> >> Thanks >> Prakash Poudyal >> Portugal >> >> On Thu, Apr 28, 2016 at 7:13 PM, Suneel Marthi <[email protected]> wrote: >> >>> That's correct, deprecated as of Feb 2014 and will be completely purged in >>> one of the upcoming releases (0.13.0) >>> >>> On Thu, Apr 28, 2016 at 2:10 PM, Dmitriy Lyubimov <[email protected]> >>> wrote: >>> >>>> Prakash, >>>> >>>> if you are using any Mahout Mapreduce algorithm for research, please >>> make >>>> sure to make this disclosure: >>>> >>>> all Mahout MapReduce algorithms are officially not supported and >>> deprecated >>>> since February, 2014 (IIRC). I can dig up a specific issue regarding >>> this. >>>> There also has been an announcement. >>>> >>>> So before you really start drawing any comparisons, please be advised >>> that >>>> you are starting with algoritms 2+ years even since their EOL (let alone >>>> inception). >>>> >>>> Thanks. >>>> -D >>>> >>>> On Thu, Apr 28, 2016 at 11:05 AM, Prakash Poudyal < >>>> [email protected]> >>>> wrote: >>>> >>>>> Hi! Ted, >>>>> >>>>> You mean Mahout is no more supporting "fuzzy K clustering for the >>>>> sentences". Can you clarify in more detail . :( >>>>> >>>>> Prakash >>>>> >>>>> On Thu, Apr 28, 2016 at 6:58 PM, Ted Dunning <[email protected]> >>>>> wrote: >>>>> >>>>>> On Thu, Apr 28, 2016 at 10:54 AM, Prakash Poudyal < >>>>>> [email protected]> >>>>>> wrote: >>>>>> >>>>>>> Actually, I need to use fuzzy clustering to cluster the sentence >>> in >>>> my >>>>>>> research. I found fuzzy k clustering algorithm in Apache Mahout, >>>>> thus, I >>>>>>> am trying to use it for my purpose. >>>>>>> >>>>>> >>>>>> That's great. >>>>>> >>>>>> But that code is no longer supported. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Regards >>>>> Prakash Poudyal >>>>> >>>> >>> >> >> >> >> -- >> >> Regards >> Prakash Poudyal >> >> > > > -- > > Regards > Prakash Poudyal
