Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.output |
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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, ...
|
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, ...
|