ald(vwr)
ald()所属R语言包:vwr
译者:生物统计家园网 机器人LoveR
描述----------Description----------
用法----------Usage----------
ald(sources, targets, n, multicore = FALSE)
old20(sources, targets, multicore = FALSE)
参数----------Arguments----------
参数:sources
a list of words for which the average Levenshtein distance should be computed. Must be of type character, or convertible to type character with as.character.
的列表计算的话,平均Levenshtein距离。必须是类型character,或转换为键入characteras.character。
参数:targets
a list of words containing possible neighbors. Must be of type character, or convertible to type character with as.character.
字,其中有可能邻居的列表。必须是类型character,或转换为键入characteras.character。
参数:n
specifies the number of nearest neighbors on which the average should be based. The variant old20 does not take the n argument (it is fixed to 20).
指定的数量的平均应根据最近的邻居。的变体old20不n参数(固定为20)。
参数:multicore
with multicore=TRUE, ald will run on multiple cores simultaneously.
在多核= TRUE,ALD将运行在多个内核上同时进行。
Details
详细信息----------Details----------
The OLD20 measure was originally proposed by Yarkoni et al. (2008). This implementation is orders of magnitude faster than Tal Yarkoni's LDcalc program (see http://talyarkoni.com/materials.php). Do not use multicore=TRUE in a GUI environment, as it will most likely crash your R session.
OLD20措施最初是由Yarkoni等。 (2008年)。这个实现是数量级的速度比塔尔Yarkoni的LDcalc计划(见http://talyarkoni.com/materials.php)。不要在GUI环境中使用多核= TRUE,因为它很可能会崩溃R会话。
值----------Value----------
A vector of average Levenshtein distances with names corresponding to sources.
的平均莱文斯坦距离的矢量源对应的名字。
(作者)----------Author(s)----------
Emmanuel Keuleers
参考文献----------References----------
Yarkoni, T., Balota, D., & Yap, M. (2008). Moving beyond Coltheart鈥檚 N: A new measure of orthographic similarity. Psychonomic Bulletin & Review, 15(5), 971鈥 |