valor:VALOR R 包

时间:2024-06-20 08:43:11
【文件属性】:

文件名称:valor:VALOR R 包

文件大小:33KB

文件格式:ZIP

更新时间:2024-06-20 08:43:11

R

VALOR - 用于减少 R 的解释开销的 AppLy 的矢量化 valor是一个实验性R包,可将Apply操作类转换为直接函数调用以提高性能,例如 lapply(1:5, function(x){x^2}) ===> (1:5)^2 关键概念 在更一般的形式中,它充当 aList <- ... # a list or vector data structure aFun <- ... # a function for one element in aList lapply(aList, aFun) ===> vec2list(vecfun(aFun)(list2vec(aList))) 在哪里 aList转化为向量表示,如list(1,2,3) ===> 1:3 aFun转化为可以批量处理向量输入的函数 aFun的最终结果被转换回列表形式以符合原始lapply输出。 优化 该


【文件预览】:
valor-master
----pkg()
--------NAMESPACE(22B)
--------DESCRIPTION(420B)
--------R()
--------LICENSE(2KB)
--------man()
--------tests()
----report.py(2KB)
----Examples.md(0B)
----LICENSE(2KB)
----README.md(2KB)
----OOPSLA2015_AE.md(24KB)
----.gitignore(43B)

网友评论