Uses of Class
at.tuwien.ifs.somtoolbox.data.TemplateVectorElement

Packages that use TemplateVectorElement
at.tuwien.ifs.somtoolbox.data Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g. 
 

Uses of TemplateVectorElement in at.tuwien.ifs.somtoolbox.data
 

Fields in at.tuwien.ifs.somtoolbox.data declared as TemplateVectorElement
protected  TemplateVectorElement[] AbstractSOMLibTemplateVector.elements
          The attributes of the template vector.
 

Fields in at.tuwien.ifs.somtoolbox.data with type parameters of type TemplateVectorElement
protected  Hashtable<String,TemplateVectorElement> AbstractSOMLibTemplateVector.elementMap
          A mapping label --> attribute to allow fast access.
 

Methods in at.tuwien.ifs.somtoolbox.data that return TemplateVectorElement
 TemplateVectorElement TemplateVector.getElement(int index)
          returns the template vector element for the feature/attribute at the given position
 TemplateVectorElement AbstractSOMLibTemplateVector.getElement(int index)
           
 TemplateVectorElement AbstractSOMLibTemplateVector.getElement(String label)
           
 

Methods in at.tuwien.ifs.somtoolbox.data with parameters of type TemplateVectorElement
 int TemplateVectorElement.compareTo(TemplateVectorElement o)
          Compares two TemplateVectorElements by comparing the two labels.
 void TemplateVectorElement.mergeStatiscticsWithOtherElement(TemplateVectorElement other)
          Merge the statistical information of the current template vector element with another element, used e.g.
static void InputDataWriter.writeElementToFile(PrintWriter writer, int i, TemplateVectorElement e)