predict.KDSN: Predict kernel deep stacking networks

Description Usage Arguments Details Value Author(s) See Also

Description

Predicts new data with a given kernel deep stacking network. All levels are applied successively with fixed weights to reproduce results.

Usage

1
2
## S3 method for class 'KDSN'
predict(object, newx, ...)

Arguments

object

Object of class KDSN. This object is generated with the function fitKDSN.

newx

New data design matrix, for which predictions are needed.

...

Further arguments to predict function.

Details

The data is put through all specified layers of the kernel deep stacking network. The weights are not random, but fixed at the values generated by the fitting process. Examples are given in the help page of fitKDSN.

Value

Numeric vector of predicted values of each observation.

Author(s)

Thomas Welchowski welchow@imbie.meb.uni-bonn.de

See Also

fitKDSN, fitEnsembleKDSN


kernDeepStackNet documentation built on May 2, 2019, 8:16 a.m.