Uses of Interface
at.tuwien.ifs.somtoolbox.data.TemplateVector

Packages that use TemplateVector
at.tuwien.ifs.somtoolbox.data Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g. 
at.tuwien.ifs.somtoolbox.database Classes providing the connection to and reading from or writing to a database. 
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.output Provides classes to write trained SOMs to files for future re-use. 
at.tuwien.ifs.somtoolbox.reportgenerator   
 

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

Classes in at.tuwien.ifs.somtoolbox.data that implement TemplateVector
 class AbstractSOMLibTemplateVector
          This abstract implementation provides basic support for operating on a TemplateVector.
 class DataBaseSOMLibTemplateVector
          Implements a TemplateVector by reading the vector information from a database.
 class SOMLibTemplateVector
          Implements a TemplateVector based on a SOMLib Template Vector File.
 

Fields in at.tuwien.ifs.somtoolbox.data declared as TemplateVector
protected  TemplateVector AbstractSOMLibSparseInputData.templateVector
          A TemplateVector attached to this input data.
private  TemplateVector TemplateVectorElement.tv
           
 

Methods in at.tuwien.ifs.somtoolbox.data that return TemplateVector
 TemplateVector TemplateVectorElement.getTemplateVector()
          Returns the TemplateVector this element is associated to.
 TemplateVector AbstractSOMLibSparseInputData.templateVector()
           
 TemplateVector InputData.templateVector()
          Gets the template vector associated with this input data.
 

Methods in at.tuwien.ifs.somtoolbox.data with parameters of type TemplateVector
private  void SOMLibSparseInputData.initFromExistingData(cern.colt.matrix.DoubleMatrix2D data, String[] dataNames, boolean norm, Random rand, TemplateVector tv, SOMLibClassInformation clsInfo)
           
 void AbstractSOMLibSparseInputData.setTemplateVector(TemplateVector templateVector)
           
 void InputData.setTemplateVector(TemplateVector templateVector)
          Sets the template vector to be associated with this input data.
static void InputDataWriter.writeAsSOMLib(InputData data, TemplateVector templateVector, SOMLibClassInformation classInformation, boolean tabSeparatedClassFile, String basicFileName)
          Writes the class information to a file.
static void InputDataWriter.writeAsSOMLib(InputData data, TemplateVector templateVector, SOMLibClassInformation classInformation, String basicFileName)
          Writes the class information to a file.
static void InputDataWriter.writeAsSOMLib(TemplateVector tv, String fileName)
           
 

Constructors in at.tuwien.ifs.somtoolbox.data with parameters of type TemplateVector
AbstractSOMLibSparseInputData(String[] dataNames, int dim, boolean norm, Random rand, TemplateVector tv, SOMLibClassInformation clsInfo)
           
RandomAccessFileSOMLibInputData(boolean norm, Random rand, TemplateVector tv, SOMLibClassInformation clsInfo, String fileName)
           
SOMLibSparseInputData(cern.colt.matrix.DoubleMatrix2D data, String[] dataNames, boolean norm, Random rand, TemplateVector tv, SOMLibClassInformation clsInfo)
          Constructor intended for subset generation.
TemplateVectorElement(TemplateVector tv, String label, int index)
           
TemplateVectorElement(TemplateVector tv, String label, int index, int documentFrequency, int documentTermFrequency)
           
 

Uses of TemplateVector in at.tuwien.ifs.somtoolbox.database
 

Classes in at.tuwien.ifs.somtoolbox.database that implement TemplateVector
private  class VectorFile2DatabaseImporter.TemplateVectorImporter
          This class customises the handling of data read from the file by storing it in the DB.
 

Uses of TemplateVector in at.tuwien.ifs.somtoolbox.layers
 

Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type TemplateVector
 String Unit.printUnitDetails(InputData inputData, TemplateVector tv)
           
 

Uses of TemplateVector in at.tuwien.ifs.somtoolbox.output
 

Methods in at.tuwien.ifs.somtoolbox.output with parameters of type TemplateVector
static void SOMPAKMapOutputter.write(GrowingSOM gsom, TemplateVector tv, String dir, String fileName, boolean gzipped)
           
 

Uses of TemplateVector in at.tuwien.ifs.somtoolbox.reportgenerator
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator declared as TemplateVector
private  TemplateVector DatasetInformation.inputTemplate