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

Packages that use ComponentLine3D
at.tuwien.ifs.somtoolbox.clustering.functions   
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
 

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

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

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

Methods in at.tuwien.ifs.somtoolbox.clustering.functions with parameters of type ComponentLine3D
 double ComponentLine3DDistance.distance(ComponentLine3D element1, ComponentLine3D element2)
           
 

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

Uses of ComponentLine3D in at.tuwien.ifs.somtoolbox.input
 

Methods in at.tuwien.ifs.somtoolbox.input that return types with arguments of type ComponentLine3D
static ArrayList<ComponentLine3D> SecondLifeInputFileReader.double2ComponentLineArray(double[][][] doubleArray)