powered by
Combined with recTensor function and the result of NTF or NTD, the reconstructed tensor structure can be visullized.
plotTensor2D(X = NULL, method=c("sd", "mad"), sign=c("positive", "negative", "both"), thr=2)
Matrix object.
Cutoff method to focus on large/small value in the tensor data (Default: "sd").
Direction to cutoff the large/small value in the tensor data (Default: "positive").
Threshold of cutoff method (Default: 2).
Koki Tsuyuzaki
tensordata <- toyModel(model = "CP") out <- NTF(tensordata, rank=3, num.iter=2) tmp <- tempdir() png(filename=paste0(tmp, "/NTF.png")) plotTensor2D(out$A[[1]]) dev.off()
Run the code above in your browser using DataLab