forked from jamesyili/rTensor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
executable file
·29 lines (22 loc) · 987 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
What's New?
Version 1.4.8:
- Koki Tsuyuzaki took over the maintenance of rTensor from James Li
Version 1.3:
Major Fixes:
- added orl face dataset as faces.tnsr
- added plotting function for orl face dataset, plot_orl()
- removed uncessary calls to array() in the as.tensor() function, which resulted in some speed ups
Minor Fixes:
- mispelled "Hadamard" in documentation - now changed
- changed reference to HOSVD as ALS in documentation as that might be confusing
Version 1.2:
Major Fixes:
- updated the svd() usage inside hosvd, hucker, mpca, etc. to give the right number of eigenvectors for modes that were unbalanaced
- revamp to the naming scheme of the unfolding operations (see JSS paper draft/Vignette)
Minor Fixes:
- updated the percentage calculations that were given in the outputs (before was decimal)
Version 1.1:
Removed getters (getData, getModes, getNumModes), sweep methods
Fixed [major] pvd, tucker, mpca
Fixed [minor] t_svd, cp
Added tperm, image, [<- methods