predict.stochQN_guided: Predict function for stochastic optimizer object

Description Usage Arguments See Also

View source: R/optimizers_guided.R

Description

Calls the user-defined predict function for an object optimized through this package's functions.

Usage

1
2
## S3 method for class 'stochQN_guided'
predict(object, newdata, ...)

Arguments

object

Optimizer from this module as output by functions 'oLBFGS', 'SQN', 'adaQN'. Must have been constructed with a predict function.

newdata

Data on which to make predictions (will be passed to the user-provided function).

...

Additional arguments to pass to the user-provided predict function.

See Also

oLBFGS , SQN , adaQN


stochQN documentation built on Sept. 26, 2021, 9:07 a.m.