Uses of Class
at.tuwien.ifs.somtoolbox.database.MySQLConnector

Packages that use MySQLConnector
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. 
 

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

Fields in at.tuwien.ifs.somtoolbox.data declared as MySQLConnector
private  MySQLConnector DataBaseSOMLibSparseInputData.dbConnector
           
 

Constructors in at.tuwien.ifs.somtoolbox.data with parameters of type MySQLConnector
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.
 

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

Fields in at.tuwien.ifs.somtoolbox.database declared as MySQLConnector
(package private)  MySQLConnector Index2DatabaseImporter.dbConnector
           
private  MySQLConnector VectorFile2DatabaseImporter.InputVectorImporter.dbConnector
           
private  MySQLConnector VectorFile2DatabaseImporter.TemplateVectorImporter.dbConnector
           
 

Constructors in at.tuwien.ifs.somtoolbox.database with parameters of type MySQLConnector
VectorFile2DatabaseImporter.InputVectorImporter(String inputVectorFile, MySQLConnector dbConnector)
           
VectorFile2DatabaseImporter.TemplateVectorImporter(String templateFileName, MySQLConnector dbConnector)