chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Implement the kTails algorithm as part of InvariMint #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The InvariMint approach provides a common way of comparing different model 
inference algorithms. We can only build evidence of this through application of 
InvariMint to different algorithms. The purpose of this issue is to apply the 
InvariMint approach to the standard kTails algorithm.

This task has three parts:
1. Mine the set of all unique kTail graphs of depth k from a set of input 
traces.
2. Compose the mined kTail graphs into a model of the traces.
3. Expose the approach through a command line option.

Original issue reported on code.google.com by bestchai on 28 Feb 2012 at 2:04

GoogleCodeExporter commented 9 years ago
Addressed in revision 9d892ef8f9dc

Original comment by jenny.abrahamson on 2 Apr 2012 at 8:19