at.tuwien.ifs.somtoolbox.input
Class SOMLibDataWinnerMapping.DataInformation

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.input.SOMLibDataWinnerMapping.DataInformation
Enclosing class:
SOMLibDataWinnerMapping

private class SOMLibDataWinnerMapping.DataInformation
extends Object

Inner class holding the list of a certain number of best-matching units for an certain input datum.

Author:
Michael Dittenbach

Field Summary
private  double[] dists
           
private  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

dists

private double[] dists

label

private String label

xPos

private int[] xPos

yPos

private int[] yPos

zPos

private int[] zPos
Constructor Detail

SOMLibDataWinnerMapping.DataInformation

private SOMLibDataWinnerMapping.DataInformation(int numUnits)
Sole constructor taking the number of units as an argument.

Parameters:
numUnits - the number of best-matching units.
Method Detail

clone

protected SOMLibDataWinnerMapping.DataInformation clone()
Overrides:
clone in class Object