Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.FileParameter

Packages that use FileParameter
de.lmu.ifi.dbs.elki.application Base classes for stand alone applications. 
de.lmu.ifi.dbs.elki.application.cache Utility applications for the persistence layer such as distance cache builders. 
de.lmu.ifi.dbs.elki.database.connection Database connections are classes implementing data sources. 
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
 

Uses of FileParameter in de.lmu.ifi.dbs.elki.application
 

Fields in de.lmu.ifi.dbs.elki.application declared as FileParameter
private  FileParameter GeneratorXMLSpec.CONFIGFILE_PARAM
          Parameter to give the configuration file
private  FileParameter StandAloneInputApplication.INPUT_PARAM
          Parameter that specifies the name of the input file.
private  FileParameter StandAloneApplication.OUTPUT_PARAM
          Parameter that specifies the name of the output file.
 

Uses of FileParameter in de.lmu.ifi.dbs.elki.application.cache
 

Fields in de.lmu.ifi.dbs.elki.application.cache declared as FileParameter
private  FileParameter CacheFloatDistanceInOnDiskMatrix.CACHE_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
private  FileParameter CacheDoubleDistanceInOnDiskMatrix.CACHE_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
 

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

Fields in de.lmu.ifi.dbs.elki.database.connection declared as FileParameter
private  FileParameter FileBasedDatabaseConnection.INPUT_PARAM
          Parameter that specifies the name of the input file to be parsed.
 

Uses of FileParameter in de.lmu.ifi.dbs.elki.distance.distancefunction.external
 

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction.external declared as FileParameter
private  FileParameter FileBasedFloatDistanceFunction.MATRIX_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
private  FileParameter DiskCacheBasedDoubleDistanceFunction.MATRIX_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
private  FileParameter DiskCacheBasedFloatDistanceFunction.MATRIX_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
private  FileParameter FileBasedDoubleDistanceFunction.MATRIX_PARAM
          Parameter that specifies the name of the directory to be re-parsed.
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree declared as FileParameter
private  FileParameter TreeIndex.FILE_PARAM
          Optional parameter that specifies the name of the file storing the index.
 

Uses of FileParameter in de.lmu.ifi.dbs.elki.result
 

Fields in de.lmu.ifi.dbs.elki.result declared as FileParameter
private  FileParameter ResultWriter.OUTPUT_PARAM
          Optional Parameter to specify the file to write the obtained results in.
 


Release 0.2 (2009-07-06_1820)