|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.common.commandline.MinhashOptionCreator
public final class MinhashOptionCreator
Field Summary | |
---|---|
static String |
DEBUG_OUTPUT
|
static String |
HASH_TYPE
|
static String |
KEY_GROUPS
|
static String |
MIN_CLUSTER_SIZE
|
static String |
MIN_VECTOR_SIZE
|
static String |
NUM_HASH_FUNCTIONS
|
static String |
NUM_REDUCERS
|
Method Summary | |
---|---|
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
debugOutputOption()
|
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
hashTypeOption()
Returns a default command line option for specifying the type of hash to use in MinHash clustering: Should one out of ("linear","polynomial","murmur") |
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
keyGroupsOption()
Returns a default command line option for specifying the number of key groups to be used in MinHash clustering |
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
minClusterSizeOption()
Returns a default command line option for specifying the minimum cluster size in MinHash clustering |
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
minVectorSizeOption()
Returns a default command line option for specifying the min size of the vector to hash Should one out of ("linear","polynomial","murmur") |
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
numHashFunctionsOption()
Returns a default command line option for specifying the number of hash functions to be used in MinHash clustering |
static org.apache.commons.cli2.builder.DefaultOptionBuilder |
numReducersOption()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NUM_HASH_FUNCTIONS
public static final String KEY_GROUPS
public static final String HASH_TYPE
public static final String MIN_CLUSTER_SIZE
public static final String MIN_VECTOR_SIZE
public static final String NUM_REDUCERS
public static final String DEBUG_OUTPUT
Method Detail |
---|
public static org.apache.commons.cli2.builder.DefaultOptionBuilder debugOutputOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder numReducersOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder minClusterSizeOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder hashTypeOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder minVectorSizeOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder numHashFunctionsOption()
public static org.apache.commons.cli2.builder.DefaultOptionBuilder keyGroupsOption()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |