print.TuneParetoResult(TunePareto)
print.TuneParetoResult()所属R语言包:TunePareto
Print method for objects used in TunePareto
在TunePareto使用的对象的打印方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Customized printing methods for several objects used in TunePareto: For TuneParetoResult objects, the Pareto-optimal parameter configurations are printed. For TuneParetoClassifier and TuneParetoModel objects, information on the classifier and its parameters is printed.
印刷定制印刷方法对多个对象使用在TunePareto:TuneParetoResult对象,帕累托最优的参数配置。对于TuneParetoClassifier和TuneParetoModel对象,对分类及其参数的信息被打印。
用法----------Usage----------
## S3 method for class 'TuneParetoResult'
print(x, ...)
## S3 method for class 'TuneParetoClassifier'
print(x, ...)
## S3 method for class 'TuneParetoModel'
print(x, ...)
参数----------Arguments----------
参数:x
An object of class TuneParetoResult, TuneParetoClassifier or TuneParetoModel to be printed.
类的一个对象TuneParetoResult,TuneParetoClassifier或TuneParetoModel被打印出来。
参数:...
Further parameters (currently unused).
进一步的参数(当前未用的)。
值----------Value----------
Invisibly returns the printed object.
不可见的印刷对象返回。
参见----------See Also----------
tunePareto, tuneParetoClassifier, trainTuneParetoClassifier
tunePareto,tuneParetoClassifier,trainTuneParetoClassifier
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|