Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Efficient Top-K Sequential Pattern Miner (deprecated ๐Ÿ’€). Please checkout the PrefixSpan-py project.

License

Notifications You must be signed in to change notification settings

chuanconggao/TopKSeqPattMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A very efficient top-k sequential pattern miner.

Supported Platforms

Developed using C#, and tested under Windows, OS X (w/ Mono), and Linux (w/ Mono).

Usage

Run without any argument to show help.

Features

  • Mining top-k sequence patterns (w/ or w/o gap) from text or any sequential data.
  • Supports stop-words.
  • Supports minimum and maximum pattern length constraints.
    • With corresponding pattern search space pruning.
  • Based on state-of-the-art PrefixSpan algorithm.
    • Integrated with top-k mining optimization.

About

Efficient Top-K Sequential Pattern Miner (deprecated ๐Ÿ’€). Please checkout the PrefixSpan-py project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published