代码搜索:prefixspan
找到约 24 项符合「prefixspan」的源代码
代码结果 24
www.eeworm.com/read/338988/12268543
gz prefixspan-0.4.tar.gz
www.eeworm.com/read/338988/12268541
gz prefixspan-0.4-ngram.tar.gz
www.eeworm.com/read/364078/9922186
makefile
CC = gcc
CXX = c++
EXECPREFIX =
VERSION = 0.1
CFLAGS = -O3 -Wall
CXXFLAGS = -O3 -Wall
TARGETS = prefixspan${EXEC_PREFIX}
OBJ = prefixspan.o
all: ${OBJ}
${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS} ${O
www.eeworm.com/read/277258/10650340
makefile
CC = gcc
CXX = c++
EXECPREFIX =
VERSION = 0.4
CFLAGS = -O3 -Wall
CXXFLAGS = -O3 -Wall
TARGETS = prefixspan${EXEC_PREFIX}
OBJ = prefixspan.o
all: ${OBJ}
${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS} ${O
www.eeworm.com/read/145695/12706982
makefile
CC = gcc
CXX = c++
EXECPREFIX =
VERSION = 0.4
CFLAGS = -O3 -Wall
CXXFLAGS = -O3 -Wall
TARGETS = prefixspan${EXEC_PREFIX}
OBJ = prefixspan.o
all: ${OBJ}
${CXX} ${CFLAGS} ${LDFLAGS} -o ${TARGETS} ${O
www.eeworm.com/read/277258/10650346
readme
prefixspan --- An Implementation of PrefixSpan
Author: Taku Kudo
Nara Institute of Science and Technology,
Graduate School of Information Science,
www.eeworm.com/read/145695/12706983
readme
prefixspan --- An Implementation of PrefixSpan
Author: Taku Kudo
Nara Institute of Science and Technology,
Graduate School of Information Science,
www.eeworm.com/read/360797/10078413
txt readme.txt
CloSpan: Mining Closed Sequential Patterns
Author: Xifeng Yan, University of Illinois at Urbana-Champaign
The program is built upon PrefixSpan source code, "PrefixSpan:
Mining Sequential Patterns Ef
www.eeworm.com/read/324188/13279910
txt readme.txt
CloSpan: Mining Closed Sequential Patterns
Author: Xifeng Yan, University of Illinois at Urbana-Champaign
The program is built upon PrefixSpan source code, "PrefixSpan:
Mining Sequential Patterns Ef
www.eeworm.com/read/364078/9922190
readme
Usage:
./prefixspan [options] < data
option:
-m NUM: set minimum support (default 1)
-M NUM: set minimum pattern length (default 1)
-s: use STR