Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.LongParameter

Packages that use LongParameter
de.lmu.ifi.dbs.elki.database.connection Database connections are classes implementing data sources. 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
 

Uses of LongParameter in de.lmu.ifi.dbs.elki.database.connection
 

Fields in de.lmu.ifi.dbs.elki.database.connection declared as LongParameter
private  LongParameter InputStreamDatabaseConnection.SEED_PARAM
          Parameter to specify a seed for randomly shuffling the rows of the database.
 

Uses of LongParameter in de.lmu.ifi.dbs.elki.index.tree
 

Fields in de.lmu.ifi.dbs.elki.index.tree declared as LongParameter
private  LongParameter TreeIndex.CACHE_SIZE_PARAM
          Parameter to specify the size of the cache in bytes, must be an integer equal to or greater than 0.
 


Release 0.3 (2010-03-31_1612)