Uses of Class
at.tuwien.ifs.somtoolbox.structures.ComponentLine2D

Packages that use ComponentLine2D
at.tuwien.ifs.somtoolbox.clustering.functions   
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
 

Uses of ComponentLine2D in at.tuwien.ifs.somtoolbox.clustering.functions
 

Methods in at.tuwien.ifs.somtoolbox.clustering.functions that return ComponentLine2D
 ComponentLine2D ComponentLine2DDistance.meanObject(Cluster<? extends ComponentLine2D> elements)
           
 

Methods in at.tuwien.ifs.somtoolbox.clustering.functions that return types with arguments of type ComponentLine2D
static ClusterElementFunctions<ComponentLine2D> ComponentLine2DDistance.getEuclidean()
           
 

Methods in at.tuwien.ifs.somtoolbox.clustering.functions with parameters of type ComponentLine2D
 double ComponentLine2DDistance.distance(ComponentLine2D line1, ComponentLine2D line2)
           
 

Method parameters in at.tuwien.ifs.somtoolbox.clustering.functions with type arguments of type ComponentLine2D
 int ComponentLine2DDistance.getIndexOfLineClosestToMean(Cluster<? extends ComponentLine2D> elements)
           
 ComponentLine2D ComponentLine2DDistance.meanObject(Cluster<? extends ComponentLine2D> elements)
           
 String ComponentLine2DDistance.toString(Cluster<? extends ComponentLine2D> elements)
           
 

Uses of ComponentLine2D in at.tuwien.ifs.somtoolbox.layers
 

Methods in at.tuwien.ifs.somtoolbox.layers that return types with arguments of type ComponentLine2D
 ArrayList<ComponentLine2D> GrowingLayer.getBinCentresAsList(int bins)
           
 

Uses of ComponentLine2D in at.tuwien.ifs.somtoolbox.visualization
 

Fields in at.tuwien.ifs.somtoolbox.visualization with type parameters of type ComponentLine2D
private  LeastRecentlyUsedCache<ClusterElementFunctions<ComponentLine2D>,WardClustering<ComponentLine2D>> MetroMapVisualizer.clusterCache
           
private  LeastRecentlyUsedCache<ClusterElementFunctions<ComponentLine2D>,WardClustering<ComponentLine2D>> MetroMapVisualizer.clusterCache
           
private  List<? extends Cluster<ComponentLine2D>> MetroMapVisualizer.clusters
           
 

Method parameters in at.tuwien.ifs.somtoolbox.visualization with type arguments of type ComponentLine2D
private  Point2D[][] MetroMapVisualizer.doAggregation(ArrayList<ComponentLine2D> binCentresAsList, GrowingLayer layer)
          Clustering of metro lines is done in here (i.e.
private  void MetroMapVisualizer.MetroMapControlPanel.initLegendTableAfterAggregation(List<? extends Cluster<ComponentLine2D>> clusters)