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.
|
Modifier and Type | Field and Description |
---|---|
private MySQLConnector |
DataBaseSOMLibSparseInputData.dbConnector |
Constructor and Description |
---|
DataBaseSOMLibSparseInputData(MySQLConnector dbConnector,
boolean sparse,
boolean norm,
int numCacheBlocks,
long seed) |
DataBaseSOMLibSparseInputData(MySQLConnector dbConnector,
boolean sparse,
String classInfoFileName,
boolean norm,
int numCacheBlocks,
long seed) |
DataBaseSOMLibTemplateVector(MySQLConnector dbConnector)
Creates a new
TemplateVector by reading the labels and other attribute information from the database. |
Modifier and Type | Field and Description |
---|---|
private MySQLConnector |
VectorFile2DatabaseImporter.InputVectorImporter.dbConnector |
private MySQLConnector |
VectorFile2DatabaseImporter.TemplateVectorImporter.dbConnector |
(package private) MySQLConnector |
Index2DatabaseImporter.dbConnector |
Constructor and Description |
---|
VectorFile2DatabaseImporter.InputVectorImporter(String inputVectorFile,
MySQLConnector dbConnector) |
VectorFile2DatabaseImporter.TemplateVectorImporter(String templateFileName,
MySQLConnector dbConnector) |