You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a way to link to sections of the same file like anchor. Tried unsuccessfully to do this. To get rid of statements like "see below .."
FWIW the Euclidean distance is the sqrt of that expression in fm.bo.euclidean
Examples like "Example 1: compute m1 + m2" might be better if we define m1 and m2 first so people can try them. I'm not sure what I did wrong with this:
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"’
"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.cached could fix a potentially slow operation might be necessary. I think it's a big enough deal.
The text was updated successfully, but these errors were encountered:
like fm.seq.int, both from and to should be included in the sequence. fm.seq.matrix didn't handle it correctly. I have fixed the problem. the example in the user guide was based on the original implementation.
Issues I couldn't resolve:
fm.seq.matrix
example 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.cached
could fix a potentially slow operation might be necessary. I think it's a big enough deal.The text was updated successfully, but these errors were encountered: