at.tuwien.ifs.somtoolbox.input
Class AbstractSOMInputReader.UnitInformation

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.input.AbstractSOMInputReader.UnitInformation
Enclosing class:
AbstractSOMInputReader

protected class AbstractSOMInputReader.UnitInformation
extends Object

Inner class holding the information about a specific unit.

Author:
Michael Dittenbach

Field Summary
protected  String[] bestContextLabels
           
protected  String[] contextGateLabels
           
protected  double[] gateWeightLabels
           
protected  String[] kaskiGateLabels
           
protected  String[] kaskiLabels
           
protected  double[] kaskiWeightLabels
           
protected  String[] mappedVecs
           
protected  double[] mappedVecsDist
           
protected  int nrbestcontext
           
protected  int nrContextGate
           
protected  int nrgateweights
           
protected  int nrKaski
           
protected  int nrKaskiGate
           
protected  int nrkaskiweights
           
protected  int nrSomsMapped
           
protected  int nrUnitLabels
           
protected  int nrVecMapped
           
protected  int posX
           
protected  int posY
           
protected  int posZ
           
protected  double quantErrorUnit
           
protected  double quantErrorUnitAvg
           
protected  String unitId
           
protected  String[] unitLabels
           
protected  double[] unitLabelsQe
           
protected  double[] unitLabelsWgt
           
protected  String[] urlMappedSoms
           
protected  double[] vector
           
 
Constructor Summary
protected AbstractSOMInputReader.UnitInformation()
          Sole constructor.
protected AbstractSOMInputReader.UnitInformation(int dim)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestContextLabels

protected String[] bestContextLabels

contextGateLabels

protected String[] contextGateLabels

gateWeightLabels

protected double[] gateWeightLabels

kaskiGateLabels

protected String[] kaskiGateLabels

kaskiLabels

protected String[] kaskiLabels

kaskiWeightLabels

protected double[] kaskiWeightLabels

mappedVecs

protected String[] mappedVecs

mappedVecsDist

protected double[] mappedVecsDist

nrbestcontext

protected int nrbestcontext

nrContextGate

protected int nrContextGate

nrgateweights

protected int nrgateweights

nrKaski

protected int nrKaski

nrKaskiGate

protected int nrKaskiGate

nrkaskiweights

protected int nrkaskiweights

nrSomsMapped

protected int nrSomsMapped

nrUnitLabels

protected int nrUnitLabels

nrVecMapped

protected int nrVecMapped

posX

protected int posX

posY

protected int posY

posZ

protected int posZ

quantErrorUnit

protected double quantErrorUnit

quantErrorUnitAvg

protected double quantErrorUnitAvg

unitId

protected String unitId

unitLabels

protected String[] unitLabels

unitLabelsQe

protected double[] unitLabelsQe

unitLabelsWgt

protected double[] unitLabelsWgt

urlMappedSoms

protected String[] urlMappedSoms

vector

protected double[] vector
Constructor Detail

AbstractSOMInputReader.UnitInformation

protected AbstractSOMInputReader.UnitInformation()
Sole constructor.


AbstractSOMInputReader.UnitInformation

protected AbstractSOMInputReader.UnitInformation(int dim)