A Practical Algorithm to Find the Best Subsequence Patterns

  • Authors:
  • Masahiro Hirao;Hiromasa Hoshino;Ayumi Shinohara;Masayuki Takeda;Setsuo Arikawa

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • DS '00 Proceedings of the Third International Conference on Discovery Science
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given two sets of strings, consider the problem to find a subsequence that is common to one set but never appears in the other set. The problem is known to be NP-complete.We generalize the problem to an optimization problem, and give a practical algorithm to solve it exactly. Our algorithm uses pruning heuristic and subsequence automata, and can find the best subsequence. We show some experiments, that convinced us the approach is quite promising.