print.TDMregressor: Print an overview for a 'TDMregressor' object.

Description Usage Arguments Author(s) See Also

View source: R/printTDMregressor.r

Description

Print an overview for a TDMregressor or tdmRegre object.

Usage

1
2
3
4
5
## S3 method for class 'TDMregressor'
print(x, ...)

## S3 method for class 'tdmRegre'
print(x, ...)

Arguments

x

an object of class tdmRegre, as returned from a prior call to tdmRegress,
or an object of class TDMregressor, as returned from a prior call to tdmRegressLoop.

...

e.g. 'type' which information to print:

"overview"

(def.) RMAE on training/test set, number of records, see tdmRegressSummary

"..."

... other choices, TODO ...

"?"

help on this method

Author(s)

Wolfgang Konen, THK

See Also

tdmRegress, tdmRegressSummary, TDMregressor


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