Well, I need to cluster 1000 sentences into some groups. Since, there are several sentence which could be in any group, therefore, I need to use fuzzy clustering.
Lets take 10 sentences tfidf value. Sentence 1 0.5 0.6 0.7 0.8 0.9 Sentence 2 0.1 0.2 0.3 0.4 0.5 Sentence 3 0.3 0.4 0.5 0.6 0.7 Sentence 4 0.4 0.5 0.7 0.8 0.9 Sentence 5 0.1 0.3 0.5 0.6 0.7 Sentence 6 0.5 0.6 0.7 0.8 0.9 Sentence 7 0.1 0.2 0.3 0.6 0.8 Sentence 8 0.3 0.4 0.5 0.6 0.7 Sentence 9 0.1 0.2 0.3 0.4 0.6 Sentence 10 0.1 0.3 0.4 0.5 0.7 lets cluster these sentence into three group by using fuzzy clustering. Is there any jave code for this ? Hope you understand my problem, else don't hesitate reply more question. Thank you so much Prakash On Sun, Apr 24, 2016 at 9:47 PM, Gilles <gil...@harfang.homelinux.org> wrote: > Hello. > > On Sun, 24 Apr 2016 16:27:51 +0100, Prakash Poudyal wrote: > >> On Fri, Apr 22, 2016 at 11:44 AM, Prakash Poudyal < >> prakashpoud...@gmail.com> >> wrote: >> >> Hi! >>> >>> I was trying to use Fuzzy clustering java ( >>> >>> >>> >>> >>> https://commons.apache.org/proper/commons-math/jacoco/org.apache.commons.math3.ml.clustering/FuzzyKMeansClusterer.html >>> >>> ) >>> >>> code from https://commons.apache.org/ >>> >>> but I found a bit problem as when I compile the program it is searching >>> main class. Can anybody give me links or any guidelines >>> >> > It would be necessary to let us know what you tried. > > Regards, > Gilles > > P.S. Please use "[Math]" in the subject line when posting to this > mailing list as it is shared by many projects. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Regards Prakash Poudyal