找回密码
 注册
查看: 348|回复: 0

R语言 TunePareto包 allCombinations()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:58:01 | 显示全部楼层 |阅读模式
allCombinations(TunePareto)
allCombinations()所属R语言包:TunePareto

                                         Build a list of all possible combinations of parameter values
                                         建立了一系列的参数值的所有可能组合

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Builds a list of all possible combinations of parameter values from supplied ranges of parameter values. That is, each of the specified values is combined with all specified values for other parameters. The resulting lists can be used in the classifierParameterCombinations and predictorParameterCombinations parameters of tunePareto.
构建一个列表从提供的范围的参数值的参数值的所有可能组合。也就是说,每一个指定的值,与所有其他参数指定的值相结合。将所得的列表可以用来在classifierParameterCombinations和predictorParameterCombinations参数tunePareto。


用法----------Usage----------


allCombinations(parameterRanges)



参数----------Arguments----------

参数:parameterRanges
A list of lists of parameter ranges. That is, each element of the list specifies the values of a single parameter to be tested and is named according to this parameter. It is also possible to set parameters to fixed values by specifying only one value.   
列表列表参数范围。也就是说,每一个元素的列表中指定一个单一的参数的值进行测试,并根据此参数命名。另外,也可以仅指定一个值设置为固定值的参数。


值----------Value----------

Returns a list of lists, where each of the inner lists represents one parameter combination and consists of named elements for the parameters.
返回一个列表的列表,其中的内的列表中的每一个代表一个参数的组合和由参数命名元素。


参见----------See Also----------

tunePareto
tunePareto


实例----------Examples----------



library(class)
# Combine only valid combinations of 'k' and 'l'[相结合的有效组合K和l]
# for the k-NN classifier:[的K-NN分类:]
comb <- c(allCombinations(list(k=1,l=0)),
          allCombinations(list(k=3,l=0:2)),
          allCombinations(list(k=5,l=0:4)),
          allCombinations(list(k=7,l=0:6)))
print(comb)

print(tunePareto(data = iris[, -ncol(iris)],
                 labels = iris[, ncol(iris)],
                 classifier = tunePareto.knn(),
                 parameterCombinations = comb,
                 objectiveFunctions = list(cvError(10, 10),
                                           reclassError())))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 20:43 , Processed in 0.033959 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表