public class KMeansDistortionJobRunner extends GeoWaveAnalyticJobRunner
See Catherine A. Sugar and Gareth M. James (2003). "Finding the number of clusters in a data set: An information theoretic approach" Journal of the American Statistical Association 98 (January): 750–763
LOGGER
Constructor and Description |
---|
KMeansDistortionJobRunner() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.apache.hadoop.mapreduce.Job job) |
protected String |
getJobName() |
Class<?> |
getScope() |
int |
run(org.apache.hadoop.conf.Configuration config,
PropertyManagement runTimeProperties) |
void |
setCentroidsCount(int k) |
void |
setDataStoreOptions(DataStorePluginOptions dataStoreOptions) |
addDataAdapter, addIndex, checkIndex, getAdapter, getAdapterStore, getCounterValue, getDataStore, getIndexStore, getInputFormatConfiguration, getInternalAdapterStore, getLogger, getMapReduceIntegrater, getOutputFormatConfiguration, getParameters, getReducerCount, run, run, setInputFormatConfiguration, setMapReduceIntegrater, setOutputFormatConfiguration, setReducerCount
public void setDataStoreOptions(DataStorePluginOptions dataStoreOptions)
public void setCentroidsCount(int k)
public void configure(org.apache.hadoop.mapreduce.Job job) throws Exception
configure
in class GeoWaveAnalyticJobRunner
Exception
public Class<?> getScope()
getScope
in class GeoWaveAnalyticJobRunner
public int run(org.apache.hadoop.conf.Configuration config, PropertyManagement runTimeProperties) throws Exception
run
in interface MapReduceJobRunner
run
in class GeoWaveAnalyticJobRunner
Exception
protected String getJobName()
getJobName
in class GeoWaveAnalyticJobRunner
Copyright © 2013–2022. All rights reserved.