首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个实施PrefixSpan(前缀映射序列模式挖掘)

一个实施PrefixSpan(前缀映射序列模式挖掘)

资 源 简 介

Introduction The algorithm PrefixSpan (Prefix-projected Sequential Pattern mining), designed by Pei et al.(1), enumerates frequent sequential patterns from a set of sequences. Frequent means that a sequence occurs in no less than N where N is a threshold. Download PrefixSpan is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. PrefixSpan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU General Public License for more details. Installation Requirements C++ compiler with STL (Standard Template Library) ### How to install ### tar -xjvf prefinxspanX.X.tar.gz2cd prefixspanX.Xmake Usage ./prefixspan [options] input-dataoption: -min_sup INTEGER : set minimum support (default: 1) -max_pat INTEGER :

文 件 列 表

.
._prefixspan_ver1.1
prefixspan_ver1.1
._data
data
._Main.cpp
Main.cpp
._Makefile
Makefile
Prefixspan.cpp
Prefixspan.h
._README
README
VIP VIP
0.171104s