Changes between Version 2 and Version 3 of PhaseLibTuner
- Timestamp:
- 08/06/06 17:28:50 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhaseLibTuner
v2 v3 9 9 The 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. 10 10 11 [[Image(tuner.gif, , Tuner example screenshot)]]12 13 11 In 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. 14 12 … … 19 17 == Requirements == 20 18 21 The PhaseLibTuner tries to find all instancesAlignmentGenerator and SimilarityMeasure upon startup. To be able to use these, the following conditions should be met:19 The 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: 22 20 * 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. 23 21 * An AlignmentGenerator must provide: … … 29 27 If the constructor conditions are not met, the module may be selectible but will fail on initialisation. 30 28 31 == Extensions == 29 [[Image(tuner.gif, , Tuner example screenshot)]] 30