| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFeatureItemWrapperFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
CentroidItemWrapperFactory<T>
Determine the group ID for an item dynamically.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticItemWrapperFactory<T> |
CentroidItemWrapperFactory.getItemFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> int |
DistortionGroupManagement.retainBestGroups(AnalyticItemWrapperFactory<T> itemWrapperFactory,
String dataTypeId,
String indexId,
String batchId,
int level) |
void |
CentroidItemWrapperFactory.setItemFactory(AnalyticItemWrapperFactory<T> itemFactory) |
| Constructor and Description |
|---|
CentroidManagerGeoWave(org.locationtech.geowave.core.store.api.DataStore dataStore,
org.locationtech.geowave.core.store.index.IndexStore indexStore,
org.locationtech.geowave.core.store.adapter.PersistentAdapterStore adapterStore,
AnalyticItemWrapperFactory<T> centroidFactory,
String centroidDataTypeId,
short centroidInternalAdapterId,
String indexName,
String batchId,
int level) |
| Modifier and Type | Method and Description |
|---|---|
AnalyticItemWrapperFactory<T> |
KMeansParallelInitialize.getCentroidFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
KMeansParallelInitialize.setCentroidFactory(AnalyticItemWrapperFactory<T> centroidFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected AnalyticItemWrapperFactory<T> |
CentroidDistanceBasedSamplingRankFunction.itemWrapperFactory |
Copyright © 2013–2022. All rights reserved.