predict.DeepLearning: 'predict.DeepLearning'

View source: R/deeplearning.R

predict.DeepLearningR Documentation

predict.DeepLearning

Description

Predicts values for numeric outcomes and group membership for categories based on newdata and a fitted DeepLearning object. A value (which may be NA) is returned for every instance including those with missing data and for the fitted data before filtering in the case that newdata is not specified. NA is returned for cases with unfitted factor levels.

Usage

## S3 method for class 'DeepLearning'
predict(object, newdata = NULL, ...)

Arguments

object

A DeepLearning object.

newdata

Optionally, a data frame including the variables used to fit the model. If omitted, the data supplied to DeepLearning() is used before any filtering.

...

Additional arguments to pass to predict.DeepLearning.


Displayr/flipMultivariates documentation built on Feb. 26, 2024, 12:39 a.m.