[jira] Created: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-07 Thread Pallavi Palleti (JIRA)
EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors -- Key: MAHOUT-66 URL: https://issues.apache.org/jir

[jira] Updated: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-07 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-66: -- Attachment: MAHOUT-66.patch I added a condition to the actual distance method such that if the v

[jira] Commented: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-07 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611121#action_12611121 ] Pallavi Palleti commented on MAHOUT-66: --- Please do code review on the existing patch.

[jira] Updated: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-08 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-66: -- Attachment: MAHOUT-66.patch I have refactored the code as per Isabel instructions. And overridde

[jira] Created: (MAHOUT-67) plus method in AbstractVector doesn't work for SparseVectors

2008-07-08 Thread Pallavi Palleti (JIRA)
plus method in AbstractVector doesn't work for SparseVectors Key: MAHOUT-67 URL: https://issues.apache.org/jira/browse/MAHOUT-67 Project: Mahout Issue Type: Bug Component

[jira] Updated: (MAHOUT-67) plus method in AbstractVector doesn't work for SparseVectors

2008-07-08 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Attachment: MAHOUT-67.patch I have overridden plus() method in SparseVector. Inorder to do this,

[jira] Commented: (MAHOUT-67) plus method in AbstractVector doesn't work for SparseVectors

2008-07-08 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611906#action_12611906 ] Pallavi Palleti commented on MAHOUT-67: --- Isabel: Sure, I will make those changes. Kar

[jira] Updated: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-08 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-66: -- Attachment: MAHOUT-66.patch used dot method while computing euclidean distance. and used Java5 s

[jira] Updated: (MAHOUT-67) plus method and divide method in AbstractVector doesn't work for SparseVectors

2008-07-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Summary: plus method and divide method in AbstractVector doesn't work for SparseVectors (was: p

[jira] Updated: (MAHOUT-67) plus method and divide method in AbstractVector doesn't work for SparseVectors

2008-07-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Attachment: MAHOUT-67.patch changed to Java5 notation style. Also added divide method for sparse

[jira] Issue Comment Edited: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes does not compute distance for Sparse Vectors

2008-07-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611912#action_12611912 ] pallavipalleti edited comment on MAHOUT-66 at 7/9/08 1:39 AM: ---

[jira] Created: (MAHOUT-68) addPoint, computeCentroid does not work for SparseVectors

2008-07-09 Thread Pallavi Palleti (JIRA)
addPoint, computeCentroid does not work for SparseVectors - Key: MAHOUT-68 URL: https://issues.apache.org/jira/browse/MAHOUT-68 Project: Mahout Issue Type: Bug Components: Clu

[jira] Updated: (MAHOUT-68) addPoint, computeCentroid does not work for SparseVectors

2008-07-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-68: -- Attachment: MAHOUT-68.patch used vector operations like plus,divide methods so that it works ind

[jira] Updated: (MAHOUT-67) plus method and divide method in AbstractVector doesn't work for SparseVectors

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Attachment: MAHOUT-67.patch I have added unit tests to show that the current implementation bre

[jira] Updated: (MAHOUT-67) plus method and divide method in AbstractVector can be optimized for SparseVectors

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Summary: plus method and divide method in AbstractVector can be optimized for SparseVectors (wa

[jira] Updated: (MAHOUT-67) plus method and divide method in AbstractVector can be optimized for SparseVectors

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-67: -- Attachment: MAHOUT-67.patch I have restored the cardinality check in dot method and also added c

[jira] Updated: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes are not optimized for Sparse Vectors

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-66: -- Attachment: MAHOUT-66.patch As this is not a bug but an improvement, existing unit tests hold he

[jira] Updated: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes are not optimized for Sparse Vectors

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-66: -- Issue Type: Improvement (was: Bug) Summary: EuclideanDistanceMeasure and ManhattanDistanc

[jira] Updated: (MAHOUT-68) addPoint, computeCentroid can be represented with Vector operations

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-68: -- Issue Type: Improvement (was: Bug) Summary: addPoint, computeCentroid can be represented

[jira] Updated: (MAHOUT-68) addPoint, computeCentroid can use vector operators to do the respective task

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-68: -- Summary: addPoint, computeCentroid can use vector operators to do the respective task (was: add

[jira] Commented: (MAHOUT-68) addPoint, computeCentroid can use vector operators to do the respective task

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620211#action_12620211 ] Pallavi Palleti commented on MAHOUT-68: --- All this came because of my confusion in unde

[jira] Issue Comment Edited: (MAHOUT-68) addPoint, computeCentroid can use vector operators to do the respective task

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620211#action_12620211 ] pallavipalleti edited comment on MAHOUT-68 at 8/6/08 3:53 AM: ---

[jira] Created: (MAHOUT-73) This is still an improvement over existing implementations.

2008-08-06 Thread Pallavi Palleti (JIRA)
This is still an improvement over existing implementations. --- Key: MAHOUT-73 URL: https://issues.apache.org/jira/browse/MAHOUT-73 Project: Mahout Issue Type: Improvement Com

[jira] Updated: (MAHOUT-73) addPoint, computeCentroid can be optimized by using vector operators

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-73: -- Summary: addPoint, computeCentroid can be optimized by using vector operators (was: This is sti

[jira] Updated: (MAHOUT-73) addPoint, computeCentroid can be optimized by using vector operators

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-73: -- Attachment: MAHOUT-73.patch We can use Vector operators in addPoint and computeCentroid methods

[jira] Commented: (MAHOUT-73) addPoint, computeCentroid can be optimized by using vector operators

2008-08-06 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620511#action_12620511 ] Pallavi Palleti commented on MAHOUT-73: --- I have cloned this inorder to start this issu

[jira] Updated: (MAHOUT-74) Fuzzy K-Means clustering

2008-08-11 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-74: -- Attachment: mahout-74.patch I have implemented Fuzzy K-Means prototype and tests. Please review

[jira] Created: (MAHOUT-74) Fuzzy K-Means clustering

2008-08-11 Thread Pallavi Palleti (JIRA)
Fuzzy K-Means clustering Key: MAHOUT-74 URL: https://issues.apache.org/jira/browse/MAHOUT-74 Project: Mahout Issue Type: New Feature Reporter: Pallavi Palleti Attachments: mahout-74.patch Fuzzy

[jira] Updated: (MAHOUT-74) Fuzzy K-Means clustering

2008-08-14 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-74: -- Component/s: Clustering > Fuzzy K-Means clustering > > >

[jira] Commented: (MAHOUT-74) Fuzzy K-Means clustering

2008-08-17 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623252#action_12623252 ] Pallavi Palleti commented on MAHOUT-74: --- Hi Grant, urlCount is unnecessary variable.

[jira] Updated: (MAHOUT-74) Fuzzy K-Means clustering

2008-08-21 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-74: -- Attachment: MAHOUT-74.patch Modified code to remove urlcount (an unnecessary variable) and made

[jira] Commented: (MAHOUT-77) DistanceMeasure calculation slow for SparseVector

2008-09-19 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632914#action_12632914 ] Pallavi Palleti commented on MAHOUT-77: --- Hi Allen, It was suggested to use vector oper

[jira] Created: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-09-30 Thread Pallavi Palleti (JIRA)
Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks - Key: MAHOUT-79 URL: https://issues.apache.org/jira/browse/MAHOUT-79

[jira] Updated: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-09-30 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-79: -- Attachment: FUZZY.patch There are three major changes that are done in this implementation: On

[jira] Commented: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-03 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636615#action_12636615 ] Pallavi Palleti commented on MAHOUT-79: --- Please review the code and let me know if any

[jira] Commented: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-03 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636634#action_12636634 ] Pallavi Palleti commented on MAHOUT-79: --- If possible then It will be good to consider

[jira] Updated: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-16 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-79: -- Attachment: FUZZY-79.patch I have added combiner to Fuzzy. But, this time, I am making sure that

[jira] Commented: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-16 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640436#action_12640436 ] Pallavi Palleti commented on MAHOUT-79: --- Hi Grant, latest patch takes care of Ted's co

[jira] Updated: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-16 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-79: -- Attachment: FUZZY-79.patch Made sure srowen concern over not using try{} catch{} for control flo

[jira] Updated: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-10-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-79: -- Attachment: FUZZY-79.patch Sorry for the errors. I have made the fixes. The Unit tests are not

[jira] Updated: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks

2008-11-03 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-79: -- Attachment: FUZZY-79.patch I have made the code compatible with recent updates. please review.

[jira] Updated: (MAHOUT-99) Improving speed of KMeans

2008-11-28 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-99: -- Component/s: Clustering Description: Improved the speed of KMeans by passing only cluster ID

[jira] Updated: (MAHOUT-99) Improving speed of KMeans

2008-11-28 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-99: -- Attachment: MAHOUT-99.patch this patch takes care of issues with speed. Also, the issues with co

[jira] Created: (MAHOUT-99) r

2008-11-28 Thread Pallavi Palleti (JIRA)
r - Key: MAHOUT-99 URL: https://issues.apache.org/jira/browse/MAHOUT-99 Project: Mahout Issue Type: Improvement Reporter: Pallavi Palleti -- This message is automatically generated by JIRA. - You can reply to this email to a

[jira] Updated: (MAHOUT-99) Improving speed of KMeans

2009-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-99: -- Attachment: Mahout-99.patch Patch is modified to be compatible with latest trunk. Thanks Pallav

[jira] Commented: (MAHOUT-99) Improving speed of KMeans

2009-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683297#action_12683297 ] Pallavi Palleti commented on MAHOUT-99: --- Yup. That must be the issue. But I am wonderi

[jira] Commented: (MAHOUT-99) Improving speed of KMeans

2009-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683312#action_12683312 ] Pallavi Palleti commented on MAHOUT-99: --- I have used KeyValueLineRecordReader internal

[jira] Commented: (MAHOUT-99) Improving speed of KMeans

2009-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683335#action_12683335 ] Pallavi Palleti commented on MAHOUT-99: --- If we need to modify Canopy. We need to modif

[jira] Updated: (MAHOUT-99) Improving speed of KMeans

2009-03-19 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-99: -- Attachment: MAHOUT-99.patch I have fixed sequencefile issue. Modified code SequenceFile where ev

[jira] Commented: (MAHOUT-66) EuclideanDistanceMeasure and ManhattanDistanceMeasure classes are not optimized for Sparse Vectors

2009-05-13 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709260#action_12709260 ] Pallavi Palleti commented on MAHOUT-66: --- Can you please elaborate on this a little bit

[jira] Commented: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-01-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801716#action_12801716 ] Pallavi Palleti commented on MAHOUT-153: Hi all, I am ready with my patch. However

[jira] Updated: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-02-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-153: --- Attachment: Mahout-153.patch Here is the patch for selecting initial clusters for a clusterin

[jira] Commented: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-02-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831391#action_12831391 ] Pallavi Palleti commented on MAHOUT-153: Forgot to mention. The above patch doesn't

[jira] Created: (MAHOUT-284) In Fuzzy Kmeans, when the distance between centroid and the given point is zero, then it should belong to that cluster with probability 1 and rest with probability zero

2010-02-09 Thread Pallavi Palleti (JIRA)
In Fuzzy Kmeans, when the distance between centroid and the given point is zero, then it should belong to that cluster with probability 1 and rest with probability zero

[jira] Updated: (MAHOUT-284) In Fuzzy Kmeans, when the distance between centroid and the given point is zero, then it should belong to that cluster with probability 1 and rest with probability zero

2010-02-09 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-284: --- Attachment: Mahout-284.patch This patch fix the issue > In Fuzzy Kmeans, when the distance b

[jira] Updated: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-03-17 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-153: --- Attachment: Mahout-153.patch Kindly find the updated patch which includes test cases. Also,in

[jira] Commented: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846785#action_12846785 ] Pallavi Palleti commented on MAHOUT-153: Forgot to mention. In this patch, I made t

[jira] Updated: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-03-18 Thread Pallavi Palleti (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Palleti updated MAHOUT-153: --- Attachment: Mahout-153.patch Removed making lengthSquared instance variable to transient. Use