summary.epcreg {EnsemblePCReg} | R Documentation |
Summary function for epcreg
model
Description
Summary function for epcreg
model
Usage
## S3 method for class 'epcreg'
summary(object, ...)
Arguments
object |
Object of class |
... |
Arguments passed to/from other functions. |
Value
A list with the following elements:
n.instance |
Number of base learner instances used in training the model. |
maxpc |
Maximum number of PC's considered in PCR-based integration of base learners. |
index.min |
Optimal number of PC's, i.e. what minimizes the CV error. |
error.min |
Minimum CV error in PCR-based integration, corresponding to |
tvec |
Vector of task lengths for each base learner instance. This can be passed to |
Author(s)
Mansour T.A. Sharabiani, Alireza S. Mahani
[Package EnsemblePCReg version 1.1.4 Index]