Uses of Class
FeatureExtractor.Clustering.GenericClustering

Packages that use GenericClustering
FeatureExtractor The Feature Extractor is the component in charge of extracting the features from a given image (URL/image file). 
FeatureExtractor.Clustering.KMeans Contains classes implementing the (generic) k-means algorithm. 
FeatureExtractor.Clustering.Windsurf Contains classes specific for the Windsurf clustering algorithm. 
 

Uses of GenericClustering in FeatureExtractor
 

Fields in FeatureExtractor declared as GenericClustering
protected  GenericClustering FeatureExtractor.imgClu
          the clustering algorithm to be used
 

Uses of GenericClustering in FeatureExtractor.Clustering.KMeans
 

Subclasses of GenericClustering in FeatureExtractor.Clustering.KMeans
 class KMeansClustering
          Class for the k-means clustering of images.
 

Uses of GenericClustering in FeatureExtractor.Clustering.Windsurf
 

Subclasses of GenericClustering in FeatureExtractor.Clustering.Windsurf
 class WindsurfKMeansClustering
          Class for the k-means clustering of Windsurf images.