Changes between Version 2 and Version 3 of MymoryEval
- Timestamp:
- 09/17/08 16:12:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MymoryEval
v2 v3 17 17 18 18 19 == Part 1: Logging user actions ,create a log file with NOPs ==19 == Part 1: Logging user actions --> create a log file with NOPs == 20 20 21 21 The first important part of the evaluation is the logging part. We need a log of your actions for some period - at least for a day, better for one week or so. To create this log and (iteratively) accumulate observed user actions, you just start / kill / restart the UOH: … … 28 28 29 29 30 == Part 2: Assign contexts to NOPs == 30 31 == Part 2: Import legacy data (gnowsis, context threads) == 32 33 DFKI researchers can use the following team set to check out all projects needed for this concern: Save this file '''[http://usercontext.opendfki.de/attachment/wiki/MymoryEval/MymoryEval_PimoEditorBranch_TeamSet.psf MymoryEval_PimoEditorBranch_TeamSet.psf]''' and then use eclipse/File/import/Team/Team Project Set. 34 35 TODO: Upload runtime configuration here 36 37 Start runtime by launching MyContextEval.launch (TODO: runtime not yet uploaded here) 38 39 The easiest way to import the PIMO from [http://gnowsis.opendfki.de/ gnowsis beta] and to transform it to be conform with [http://pimoeditor.opendfki.de/ PIMOEditor] is to launch the MyContext.launch (TODO: upload .launch) and use the button at the Context "Cidebar" called "Sync with gnowsis". 40 41 TODO: Write how to export and import a list of old context threads (JConsole -> ...) 42 43 44 == Part 3: Assign contexts to NOPs --> create ground truth == 31 45 32 46 The second important part is the '''manual''' assignment of the logged NOPs to the user's contexts. 33 47 34 48 To do so, Mymory created an "evaluation GUI", that eases this task. 35 DFKI researchers can use the following team set to check out all projects needed for this concern: Save this file '''[http://usercontext.opendfki.de/attachment/wiki/MymoryEval/MymoryEval_PimoEditorBranch_TeamSet.psf MymoryEval_PimoEditorBranch_TeamSet.psf]''' and then use eclipse/File/import/Team/Team Project Set. 49 50 Click on the button "ContextualizeObservedNopsGui" to open the evaluation GUI. 51 52 53 == Part 4: Run evaluations on ground truth == 54 55 TODO