public interface ClusterShapeGenerator
Modifier and Type | Method and Description |
---|---|
void |
addMemberPoint(double[] point)
Adds the point of a cluster member.
|
void |
clear()
Clears the current status.
|
oracle.spatial.geometry.JGeometry |
generateShape()
Generates the current cluster shape.
|
void |
setClusterCenter(double[] point)
Sets the center point of the current cluster
|
void |
setup(org.apache.hadoop.conf.Configuration conf)
Perform initialization tasks.
|
void setup(org.apache.hadoop.conf.Configuration conf)
conf
- the job configurationvoid clear()
void setClusterCenter(double[] point)
point
- point ordinatesvoid addMemberPoint(double[] point)
point
- point ordinatesoracle.spatial.geometry.JGeometry generateShape()