as.matrix(fm.seq.matrix(0, 20, 10, 2))
[,1] [,2]
[1,] 0.000000 10.52632
[2,] 1.052632 11.57895
[3,] 2.105263 12.63158
[4,] 3.157895 13.68421
[5,] 4.210526 14.73684
[6,] 5.263158 15.78947
[7,] 6.315789 16.84211
[8,] 7.368421 17.89474
[9,] 8.421053 18.94737
[10,] 9.473684 20.00000
require(FlashR)
m1 <- fm.runif(10)
m2 <- fm.runif(10)
fm.mapply2(m1, m2, "+")
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘fm.mapply2’ for signature ‘"fmV", "fmV", "character", "missing"’
Issues I couldn't resolve:
fm.seq.matrixexample is confusing. I expected numbers 1:20 ??fm.bo.euclidean"fm.groupby outputs a matrix with the number of rows equal to the maximal number of levels ...". What is a level here? The number of groups?
An example of how
fm.set.cachedcould fix a potentially slow operation might be necessary. I think it's a big enough deal.