powered by
normalize(x,byrow=TRUE) stm_tfidf(x)
simple_triplet_matrix
matrix
normalize
stm_tfidf
normalize( matrix(1:9, ncol=3) ) normalize( matrix(1:9, ncol=3), byrow=FALSE ) (x <- matrix(rbinom(15,size=2,prob=.25),ncol=3)) stm_tfidf(x)
Run the code above in your browser using DataLab