print.mpTune: print mpTune result

Description Usage Arguments

View source: R/print.mpTune.R

Description

Print information of the best model, failure and message if any

Usage

1
2
3
## S3 method for class 'mpTune'
print(x, metric = x$performanceMetric[1], digits = 4,
  row.names = FALSE, ...)

Arguments

x

mpTune object

metric

Performance metric to determine the best model. Default to the 1st one

digits

Digits to keep for numeric result

row.names

Should row name / number be printed

...

Other arguments pass to the default base print function


linxihui/lazyML documentation built on May 21, 2019, 6:39 a.m.