Changes between Version 2 and Version 3 of PhaseLibTuner


Ignore:
Timestamp:
08/06/06 17:28:50 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhaseLibTuner

    v2 v3  
    99The Tuner is started by running (the main method of) the class {{{de.dfki.km.phaselib.tools.tuner.Tuner}}}. The UI basically consits of an upper and a lower half. In the upper one, the algorithm to be used is to be specified. Therefore, the algorithm class is selected, and the set of [wiki:SimilarityMeasure SimilarityMeasures] to be employed with it. On the right hand side, parameters can be set, to influence the algorithms behaviour. The most common parameters are already entered in the table, but you can enter further parameters at will. Please note, that the parameters, as well as the set of similarity measures will only come into account, if the selected algorithm supports them. So does, for example, the SingleEvidenceAlignment algorithm only use the first selected SimilarityMeasure for its calculations. 
    1010 
    11 [[Image(tuner.gif, , Tuner example screenshot)]] 
    12  
    1311In the lower part of the UI the developer may specify, what to do with the selected algorithm. The architecture is designed to host several plugable tabs, but by now only one such tab exists. 
    1412 
     
    1917== Requirements == 
    2018 
    21 The PhaseLibTuner tries to find all instances AlignmentGenerator and SimilarityMeasure upon startup. To be able to use these, the following conditions should be met: 
     19The PhaseLibTuner tries to find all available instances of AlignmentGenerator and SimilarityMeasure upon startup. To be able to use these, the following conditions should be met: 
    2220 * An AlignmentGenerator should be in {{{de.dfki.km.phaselib.impl.alignments}}} or its subpackages and the classfile must be found in the class path. Similarly, any SimilarityMeasure has to be in {{{de.dfki.km.phaselib.impl.similarities}}} or beneath. 
    2321 * An AlignmentGenerator must provide: 
     
    2927If the constructor conditions are not met, the module may be selectible but will fail on initialisation. 
    3028 
    31 == Extensions == 
     29[[Image(tuner.gif, , Tuner example screenshot)]] 
     30