powered by
index.preprocess(mat.seq, word)
train.dat.seq
test.dat.seq
word<-81 data(train.dat.seq) train.index<-index.preprocess(train.dat.seq,word) data(test.dat.seq) test.index<-index.preprocess(test.dat.seq,word)
Run the code above in your browser using DataLab