tdmRegressSummary: Print summary output for 'result' from 'tdmRegressLoop' and...

Description Usage Arguments Value Author(s) See Also

View source: R/tdmRegressLoop.r

Description

result$y is "OOB RMAE" on training set for methods RF or MC.RF. result$y is "RMAE" on test set (=validation set) for all other methods. result$y is the quantity which the tuner seeks to minimize.

Usage

1
tdmRegressSummary(result, opts, dset = NULL)

Arguments

result

return value from a prior call to tdmRegressLoop, an object of class TDMregressor.

opts

a list from which we need here the following entries

NRUN

number of runs (outer loop)

method
VERBOSE
dset

[NULL] if !=NULL, attach it to result

dset

[NULL] if not NULL, add this data frame to the return value (may cost a lot of memory!)

Value

result, an object of class TDMregressor, with result$y, result$sd.y (and optionally also result$dset) added

Author(s)

Wolfgang Konen, FHK, Sep'2010 - Oct'2011

See Also

tdmRegress, tdmRegressLoop, tdmClassifySummary


TDMR documentation built on March 3, 2020, 1:06 a.m.