Uses of Class
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers.UnitQEContainer

Packages that use UnitQEContainer
at.tuwien.ifs.somtoolbox.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.output   
 

Uses of UnitQEContainer in at.tuwien.ifs.somtoolbox.reportgenerator
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return UnitQEContainer
 UnitQEContainer TestRunResult.getMaxUnitMQE()
          returns the biggest mean quantization error of all units where at least one input vector is mapped on.
 UnitQEContainer TestRunResult.getMaxUnitQE()
          returns the biggest quantization error of all units where at least one input vector is mapped on
 UnitQEContainer TestRunResult.getMaxUnitTE()
          returns the maximal topographic error of any unit on the map (together with the unit)
 UnitQEContainer TestRunResult.getMinUnitMQE()
          returns the smallest mean quantization error of all units where at least one input vector is mapped on.
 UnitQEContainer TestRunResult.getMinUnitQE()
          returns the smallest quantization error of all units where at least one input vector is mapped on
 UnitQEContainer TestRunResult.getMinUnitSilouette()
          returns the minimal silhouette Value of any unit on the map (together with the unit)
 UnitQEContainer TestRunResult.getMinUnitTE()
          returns the minimal topographic error (> 0!!) of any unit on the map (together with the unit)
 

Uses of UnitQEContainer in at.tuwien.ifs.somtoolbox.reportgenerator.output
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.output with parameters of type UnitQEContainer
protected  String SOMDescriptionHTML.getUnitCoords(UnitQEContainer value)
          formats a list of units for use in the quantization error list the created format is "on unit(s) at [x,y] - z vectors mapped, [x2,y2] - z2 vectors mapped, ...
protected  String SOMDescriptionLATEX.getUnitCoords(UnitQEContainer value)
          formats a list of units for use in the quantization error list the created format is "on unit(s) at [x,y] - z vectors mapped, [x2,y2] - z2 vectors mapped, ...