On Sat, May 21, 2011 at 6:07 PM, Daniel McEnnis (JIRA) <[email protected]>wrote:
> > [ > https://issues.apache.org/jira/browse/MAHOUT-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037490#comment-13037490] > > > Your right. The distance metrics will have trouble with Random Vectors. > I'll work on a fix for that. (The code is on the critical path, I can't > afford to lose the speed of the current method and the other vector methods > give incorrect results for missing=0 vectors) > Sparse vectors in Mahout assume that missing elements are 0. Are you saying that you want to consider missing elements as something other than 0? Your javadoc didn't seem to say that. You should get the same results either way.
