|
Last change
on this file since 2132 was
2132,
checked in by pharms, 9 years ago
|
- added possibility to select the minimal amount of action instances a detected sequence must cover
|
|
File size:
783 bytes
|
| Line | |
|---|
| 1 | Generates a task model out of recorded event sequences. |
|---|
| 2 | |
|---|
| 3 | $USAGE$ |
|---|
| 4 | <sequences> name of the sequences out of which the task model should be generated |
|---|
| 5 | <tasktree> name of the object to store the task model in (defaults to "tasktree") |
|---|
| 6 | |
|---|
| 7 | -considerEventEquality |
|---|
| 8 | to be provided if the events equal method shall be used for event comparison. This can |
|---|
| 9 | accelerate the comparison process |
|---|
| 10 | |
|---|
| 11 | -minimumSequenceCoverage=<some integer> |
|---|
| 12 | can be used to define a minimum number of events that shall be covered by the detected |
|---|
| 13 | sequences. This prevents the detection of sequences that mainly represent noise. |
|---|
| 14 | |
|---|
| 15 | Example(s) |
|---|
| 16 | generateTaskTree sequences tasktree |
|---|
| 17 | generateTaskTree sequences -considerEventEquality |
|---|
| 18 | generateTaskTree sequences tasktree -considerEventEquality -minimumSequenceCoverage=10 |
|---|
Note: See
TracBrowser
for help on using the repository browser.