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

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

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

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return InputQEContainer
 InputQEContainer TestRunResult.getInputMappedQE(String name)
          calculates the qe for the specified input vector Calculates the quantization error of the input vector specified by its name, that is the distance of the given input vector to the unit it is mapped to.
 InputQEContainer TestRunResult.getInputWinnerQE(String name)
          calculates the qe for the specified input vector Calculates the quantization error of the input vector specified by its name, that is the distance of the given input vector to the winner unit on the som.
 InputQEContainer TestRunResult.getMaxInputMappedQE()
          returns the max qe of any input item compared with the unit it is mapped to returns the value of the greatest distance between the weight vector of an input item and the unit this item is mapped to.
 InputQEContainer TestRunResult.getMaxInputWinnerQE()
          returns the max qe of any input item compared with all units on the map returns the value of the greatest distance between the weight vector of an input item and alle the weight vectors of units on the map.
 InputQEContainer TestRunResult.getMinInputMappedQE()
          returns the min qe of any input item compared with the unit it is mapped to returns the value of the smallest distance between the weight vector of an input item and the unit this item is mapped to.
 InputQEContainer TestRunResult.getMinInputWinnerQE()
          returns the min qe of any input item compared with all units on the map returns the value of the smallest distance between the weight vector of an input item and alle the weight vectors of units on the map.
 

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

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.output with parameters of type InputQEContainer
private  String SOMDescriptionHTML.getInputCoords(InputQEContainer value)
          formats a list of input vectors for use in the quantization error list the created format is: "on input vector(s) "id" on unit at[x,y], "id2" on unit at [x2,y2],...
private  String SOMDescriptionLATEX.getInputCoords(InputQEContainer value)
          formats a list of input vectors for use in the quantization error list the created format is: "on input vector(s) "id" on unit at[x,y], "id2" on unit at [x2,y2],...