Package | Description |
---|---|
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.output.labeling |
Provides implementations of labeling algorithms to assign semantic labels to SOM units.
|
at.tuwien.ifs.somtoolbox.reportgenerator |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected TemplateVector |
AbstractSOMLibSparseInputData.templateVector
A
TemplateVector attached to this input data. |
private TemplateVector |
TemplateVectorElement.tv |
Modifier and Type | Method and Description |
---|---|
TemplateVector |
TemplateVectorElement.getTemplateVector()
Returns the
TemplateVector this element is associated to. |
TemplateVector |
InputData.templateVector()
Gets the template vector associated with this input data.
|
TemplateVector |
AbstractSOMLibSparseInputData.templateVector() |
Modifier and Type | Method and Description |
---|---|
private void |
SOMLibSparseInputData.initFromExistingData(cern.colt.matrix.DoubleMatrix2D data,
String[] dataNames,
boolean norm,
Random rand,
TemplateVector tv,
SOMLibClassInformation clsInfo) |
void |
InputData.setTemplateVector(TemplateVector templateVector)
Sets the template vector to be associated with this input data.
|
void |
AbstractSOMLibSparseInputData.setTemplateVector(TemplateVector templateVector) |
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
private class |
VectorFile2DatabaseImporter.TemplateVectorImporter
This class customises the handling of data read from the file by storing it in the DB.
|
Modifier and Type | Method and Description |
---|---|
String |
Unit.printUnitDetails(InputData inputData,
TemplateVector tv) |
Modifier and Type | Method and Description |
---|---|
static void |
SOMPAKMapOutputter.write(GrowingSOM gsom,
TemplateVector tv,
String dir,
String fileName,
boolean gzipped) |
Modifier and Type | Method and Description |
---|---|
private UnitWordsMap |
LagusKeywordLabeler.generateUnitWordsMap(Unit[] units,
GrowingSOM gsom,
InputData data,
TemplateVector tv) |
Modifier and Type | Field and Description |
---|---|
private TemplateVector |
DatasetInformation.inputTemplate |