View source: R/printFFTrees_function.R
| print.FFTrees | R Documentation |
print.FFTrees prints basic information on FFTs for an FFTrees object x.
As x may not contain test data, print.FFTrees by default prints the performance characteristics for training data (i.e., fitting), rather than for test data (i.e., for prediction).
When test data is available, specify data = "test" to print prediction performance.
## S3 method for class 'FFTrees'
print(x = NULL, tree = 1, data = "train", ...)
x |
An |
tree |
The tree to be printed (as an integer, only valid when the corresponding tree argument is non-empty).
Default: |
data |
The type of data in
By default, |
... |
additional arguments passed to |
An invisible FFTrees object x
and summary information on an FFT printed to the console (as side effect).
plot.FFTrees for plotting FFTs;
summary.FFTrees for summarizing FFTs;
inwords for obtaining a verbal description of FFTs;
FFTrees for creating FFTs from and applying them to data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.