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, setReducerCountpublic void setDataStoreOptions(DataStorePluginOptions dataStoreOptions)
public void setCentroidsCount(int k)
public void configure(org.apache.hadoop.mapreduce.Job job)
throws Exception
configure in class GeoWaveAnalyticJobRunnerExceptionpublic Class<?> getScope()
getScope in class GeoWaveAnalyticJobRunnerpublic int run(org.apache.hadoop.conf.Configuration config,
PropertyManagement runTimeProperties)
throws Exception
run in interface MapReduceJobRunnerrun in class GeoWaveAnalyticJobRunnerExceptionprotected String getJobName()
getJobName in class GeoWaveAnalyticJobRunnerCopyright © 2013–2022. All rights reserved.