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