Uses of Package
org.apache.mahout.math.hadoop.similarity.vector

Packages that use org.apache.mahout.math.hadoop.similarity.vector
org.apache.mahout.math.hadoop.similarity.vector   
 

Classes in org.apache.mahout.math.hadoop.similarity.vector used by org.apache.mahout.math.hadoop.similarity.vector
AbstractDistributedVectorSimilarity
          abstract base implementation of DistributedVectorSimilarity
DistributedVectorSimilarity
          a measure for the pairwise similarity of two rows of a matrix that is suitable for computing that similarity in a distributed way works in 2 steps: - at first weight() is called for each of the row vectors - later similarity is called with the previously computed weights as parameters
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.