Discussion:
How to put the inputs in FuzzyClustering of Mahout
Prakash Poudyal
2016-04-30 22:06:33 UTC
Permalink
Hi!

The question could be very simple !!!

I am trying Fuzzy Clustering in Mahout. I just compile the java program
"DisplayFuzzyKmeans.java" and load the figure as in the link
https://mahout.apache.org/users/clustering/fuzzy-k-means.html in
Mahout.0.12 version.

Now, I want to put my own input to cluster. Can anybody tell me where do I
need to put the input

I found two classes in the program.

Path samples = new Path("samples");
Path output = new Path("output");

are these classes are to get the inputs ?
--
Regards
Prakash Poudyal
Prakash Poudyal
2016-04-30 22:11:12 UTC
Permalink
Hi!

In the last mail, I ask the question is all about "*deprecated", but I want
to try and compare the result with other tool. *

*Prakash *
Post by Prakash Poudyal
Hi!
The question could be very simple !!!
I am trying Fuzzy Clustering in Mahout. I just compile the java program
"DisplayFuzzyKmeans.java" and load the figure as in the link
https://mahout.apache.org/users/clustering/fuzzy-k-means.html in
Mahout.0.12 version.
Now, I want to put my own input to cluster. Can anybody tell me where do I
need to put the input
I found two classes in the program.
Path samples = new Path("samples");
Path output = new Path("output");
are these classes are to get the inputs ?
--
Regards
Prakash Poudyal
--
Regards
Prakash Poudyal
Suneel Marthi
2016-04-30 22:14:08 UTC
Permalink
What's the "other tool" again? Not sure what it is u r trying to compare
here, but it doesn't make sense running a MapReduce job if ur corpus size
is really small.
Post by Prakash Poudyal
Hi!
In the last mail, I ask the question is all about "*deprecated", but I want
to try and compare the result with other tool. *
*Prakash *
On Sat, Apr 30, 2016 at 11:06 PM, Prakash Poudyal <
Post by Prakash Poudyal
Hi!
The question could be very simple !!!
I am trying Fuzzy Clustering in Mahout. I just compile the java program
"DisplayFuzzyKmeans.java" and load the figure as in the link
https://mahout.apache.org/users/clustering/fuzzy-k-means.html in
Mahout.0.12 version.
Now, I want to put my own input to cluster. Can anybody tell me where do
I
Post by Prakash Poudyal
need to put the input
I found two classes in the program.
Path samples = new Path("samples");
Path output = new Path("output");
are these classes are to get the inputs ?
--
Regards
Prakash Poudyal
--
Regards
Prakash Poudyal
Prakash Poudyal
2016-04-30 22:29:41 UTC
Permalink
Dear Suneel,

It's ok. I just found the mail of Andrew where he sent me one link of paper
where I can find the fuzzy clustering. I will go in that direction.

Thanks

Prakash
Post by Suneel Marthi
What's the "other tool" again? Not sure what it is u r trying to compare
here, but it doesn't make sense running a MapReduce job if ur corpus size
is really small.
Post by Prakash Poudyal
Hi!
In the last mail, I ask the question is all about "*deprecated", but I
want
Post by Prakash Poudyal
to try and compare the result with other tool. *
*Prakash *
On Sat, Apr 30, 2016 at 11:06 PM, Prakash Poudyal <
Post by Prakash Poudyal
Hi!
The question could be very simple !!!
I am trying Fuzzy Clustering in Mahout. I just compile the java program
"DisplayFuzzyKmeans.java" and load the figure as in the link
https://mahout.apache.org/users/clustering/fuzzy-k-means.html in
Mahout.0.12 version.
Now, I want to put my own input to cluster. Can anybody tell me where
do
Post by Prakash Poudyal
I
Post by Prakash Poudyal
need to put the input
I found two classes in the program.
Path samples = new Path("samples");
Path output = new Path("output");
are these classes are to get the inputs ?
--
Regards
Prakash Poudyal
--
Regards
Prakash Poudyal
--
Regards
Prakash Poudyal
Loading...