Displaying 1 result from an estimated 1 matches for "all_mat".
Did you mean:
all_dat
2008 Aug 01
2
Storing Matrices into Hash
....328202e-01 0.067179769
[2,] 9.869402e-01 0.013059827
[3,] 9.892886e-01 0.010711437
[4,] 9.931660e-01 0.006833979
[5,] 9.149391e-01 0.085060890
This method I have is not favorable
because it just stack the matrices together as another matrix.
Makes it hard to get individual matrix later.
all_mat <- NULL
all_mat <- c(all_mat, mat1,mat2)
- Gundala Viswanath
Jakarta - Indonesia