org.apache.mahout.clustering.meanshift
Interface MeanShiftCanopyConfigKeys


public interface MeanShiftCanopyConfigKeys


Field Summary
static String CLUSTER_CONVERGENCE_KEY
           
static String CLUSTER_POINTS_KEY
           
static String CONTROL_PATH_KEY
           
static String DISTANCE_MEASURE_KEY
           
static String KERNEL_PROFILE_KEY
           
static String T1_KEY
           
static String T2_KEY
           
 

Field Detail

DISTANCE_MEASURE_KEY

static final String DISTANCE_MEASURE_KEY
See Also:
Constant Field Values

KERNEL_PROFILE_KEY

static final String KERNEL_PROFILE_KEY
See Also:
Constant Field Values

T1_KEY

static final String T1_KEY
See Also:
Constant Field Values

T2_KEY

static final String T2_KEY
See Also:
Constant Field Values

CONTROL_PATH_KEY

static final String CONTROL_PATH_KEY
See Also:
Constant Field Values

CLUSTER_CONVERGENCE_KEY

static final String CLUSTER_CONVERGENCE_KEY
See Also:
Constant Field Values

CLUSTER_POINTS_KEY

static final String CLUSTER_POINTS_KEY
See Also:
Constant Field Values


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