Uses of Class
org.apache.mahout.clustering.minhash.HashFactory.HashType

Packages that use HashFactory.HashType
org.apache.mahout.clustering.minhash   
 

Uses of HashFactory.HashType in org.apache.mahout.clustering.minhash
 

Methods in org.apache.mahout.clustering.minhash that return HashFactory.HashType
static HashFactory.HashType HashFactory.HashType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HashFactory.HashType[] HashFactory.HashType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.mahout.clustering.minhash with parameters of type HashFactory.HashType
static HashFunction[] HashFactory.createHashFunctions(HashFactory.HashType type, int numFunctions)
           
 



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