cleanup(Rssa)
cleanup()所属R语言包:Rssa
Cleanup of all cached data from SSA objects
所有缓存的从SSA对象的数据清理
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to copy SSA objects
函数来复制SSA对象
用法----------Usage----------
## S3 method for class 'ssa'
cleanup(this, ...)
参数----------Arguments----------
参数:this
object to be cleaned
反对待清洁
参数:...
additional arguments to 'cleanup'.
其他参数“清理”。
Details
详细信息----------Details----------
For the sake of memory efficiency SSA objects hold references to the data, not the data itself. That is why they can hold huge amount of data and passing them by value is still cheap.
为了SSA的内存效率对象引用的数据,而不是数据本身。这就是为什么他们可以容纳大量的数据,并通过他们的价值仍然是便宜的。
Also, SSA routines tend to save some intermediate information which can be used later inside SSA object. This includes (but not limited to) elementary series, etc.
此外,SSA程序会节省一些中间信息,可用于内SSA对象。这包括(但不限于)初等系列等
'cleanup' call deletes all pre-cached stuff freeing memory necessary for calculations.
清理调用删除所有预缓存的东西释放内存的计算。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|