|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.input.SOMLibDataWinnerMapping.DataInformation
private class SOMLibDataWinnerMapping.DataInformation
Inner class holding the list of a certain number of best-matching units for an certain input datum.
Field Summary | |
---|---|
private double[] |
dists
|
private java.lang.String |
label
|
private int[] |
xPos
|
private int[] |
yPos
|
private int[] |
zPos
|
Constructor Summary | |
---|---|
private |
SOMLibDataWinnerMapping.DataInformation(int numUnits)
Sole constructor taking the number of units as an argument. |
Method Summary | |
---|---|
protected SOMLibDataWinnerMapping.DataInformation |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double[] dists
private java.lang.String label
private int[] xPos
private int[] yPos
private int[] zPos
Constructor Detail |
---|
private SOMLibDataWinnerMapping.DataInformation(int numUnits)
numUnits
- the number of best-matching units.Method Detail |
---|
protected SOMLibDataWinnerMapping.DataInformation clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |