Package de.dfg.oc.logfileanalyzer

Contains classes necessary for starting the program and storing the classifier sets.

See:
          Description

Interface Summary
DataImporterInterface Classes that read LCS log-files need to implement this interface by providing the getNextDataElement()-method specified here.
 

Class Summary
ComparisonDataSet Contains the minimum, maximum, and the currently selected value of a table column.
DataElement A DataElement stores all classifiers sets (i. e. population, match set, and action set) of one iteration.
DataMemory The DataMemory stores the DataElements of all iterations of an experiment.
DefaultDataImporter The DefaultDataImporter is an example class that implements the DataImporterInterface.
LogFileAnalyzer The LogFileAnalyzer is the program's main class.
 

Package de.dfg.oc.logfileanalyzer Description

Contains classes necessary for starting the program and storing the classifier sets.