org.apache.mahout.clustering.fuzzykmeans
Interface FuzzyKMeansConfigKeys


public interface FuzzyKMeansConfigKeys


Field Summary
static String CLUSTER_CONVERGENCE_KEY
           
static String CLUSTER_PATH_KEY
           
static String DISTANCE_MEASURE_KEY
           
static String EMIT_MOST_LIKELY_KEY
           
static String M_KEY
           
static String THRESHOLD_KEY
           
 

Field Detail

DISTANCE_MEASURE_KEY

static final String DISTANCE_MEASURE_KEY
See Also:
Constant Field Values

CLUSTER_PATH_KEY

static final String CLUSTER_PATH_KEY
See Also:
Constant Field Values

CLUSTER_CONVERGENCE_KEY

static final String CLUSTER_CONVERGENCE_KEY
See Also:
Constant Field Values

M_KEY

static final String M_KEY
See Also:
Constant Field Values

EMIT_MOST_LIKELY_KEY

static final String EMIT_MOST_LIKELY_KEY
See Also:
Constant Field Values

THRESHOLD_KEY

static final String THRESHOLD_KEY
See Also:
Constant Field Values


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