NEWS
dcTensor 1.3.0 (2024-05-11)
dcTensor 1.2.3
dcTensor 1.2.1
dcTensor 1.2.0 (2023-07-07)
- {Binary,Ternary}-regularization terms are removed because of the calculation time issue
dcTensor 1.1.0 (2023-06-23)
- {Binary,Ternary}-regularization terms can be tracked by the outputs such as BinTerm_U, TerTerm_V, ... etc
- dNMF(), dSVD(), dsiNMF(), djNMF(), dPLS(), dNTF(), and dNTD() were modified to allow missing values (NA) in the input matrix/tensor
dcTensor 1.0.1 (2023-03-17)
- Modified vignettes
VERSION 1.0.0
- Changed the name of dGDSVD to dSVD
- Debugged dSVD
- Added model "SVD" in toyModel
- Added dsiNMF, djNMF, and dPLS for multiple matrices datasets
- Added dNTF and dNTD for single tensor data
- Added Vignette for dSVD
- Added Vignette for dsiNMF, djNMF, and dPLS
- Added Vignette for dNTF and dNTD
VERSION 0.99.1
- Package released
- Added dNMF and dGDSVD
- Added Vignette for dNMF