Uses of Class
org.hermit.geometry.Region

Packages that use Region
org.hermit.geometry.cluster Utilities for experimenting with cluster analysis, including an implementation of K-Means and other clustering algorithms. 
org.hermit.geometry.generator Data set generators for cluster analysis. 
 

Uses of Region in org.hermit.geometry.cluster
 

Methods in org.hermit.geometry.cluster with parameters of type Region
 void KMeansClusterer.prepare(Point[] points, int[] ids, double[][] means, Region region)
          Prepare a clustering pass on the indicated data.
 void Clusterer.prepare(Point[] points, int[] ids, double[][] means, Region region)
          Prepare a clustering pass on the indicated data.
 void FuzzyClusterer.prepare(Point[] points, int[] ids, double[][] means, Region region)
          Prepare a clustering pass on the indicated data.
 

Uses of Region in org.hermit.geometry.generator
 

Methods in org.hermit.geometry.generator with parameters of type Region
 Point[] RandomGenerator.createPoints(Region region, int num)
          Create a set of data points within the given region.
 Point[] Generator.createPoints(Region region, int num)
          Create a set of data points within the given region.
 Point[] NuclearGenerator.createPoints(Region region, int npoints)
          Create a set of data points within the given region.