Package | Description |
---|---|
oracle.spatial.hadoop.vector.cluster.kmeans |
Contains classes used for k-means clustering .
|
oracle.spatial.hadoop.vector.mapred.job |
Contains job drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvexHullClusterShapeGenerator
Generates clusters shapes as hexagons
|
class |
DummyClusterShapeGenerator
An implementation of
ClusterShapeGenerator that produces no shape. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ClusterShapeGenerator> |
KMeansClustering.getShapeGeneratorClass()
Gets the
ClusterShapeGenerator subclass to be used |
Modifier and Type | Method and Description |
---|---|
void |
KMeansClustering.setShapeGeneratorClass(java.lang.Class<? extends ClusterShapeGenerator> shapeGeneratorClass)
Sets the
ClusterShapeGenerator subclass to be used |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.