[ 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 between centroid and the given point is > zero, then it should belong to that cluster with probability 1 and rest with > probability zero > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: MAHOUT-284 > URL: https://issues.apache.org/jira/browse/MAHOUT-284 > Project: Mahout > Issue Type: Bug > Components: Clustering > Reporter: Pallavi Palleti > Priority: Minor > Attachments: Mahout-284.patch > > > In Fuzzy Kmeans, when the distance between centroid and the given point is > zero, then the point should belong to that cluster with probability 1 and > rest with probability zero. However, right now, we are not doing that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.