Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.ComponentPlaneClusteringFrame.ComponentPlaneClustering

Packages that use ComponentPlaneClusteringFrame.ComponentPlaneClustering
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
 

Uses of ComponentPlaneClusteringFrame.ComponentPlaneClustering in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer with type parameters of type ComponentPlaneClusteringFrame.ComponentPlaneClustering
private  Hashtable<String,ComponentPlaneClusteringFrame.ComponentPlaneClustering> ComponentPlaneClusteringFrame.clusteredMapCache
          A cache for already trained SOMs.
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return ComponentPlaneClusteringFrame.ComponentPlaneClustering
private  ComponentPlaneClusteringFrame.ComponentPlaneClustering ComponentPlaneClusteringFrame.createClusteredPane(SOMViewer parent, SOMLibTemplateVector tv, GrowingLayer layer)