|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |