ab.predict: AbstractModel prediction

Description Usage Arguments Value Author(s) See Also

Description

Take a model trained by ab.model and use it for prediction

Please see the documentation for AbstractModel-class for example usage.

Usage

1
ab.predict(ab, mod, X)

Arguments

ab

An object of type AbstractModel-class.

mod

A trained model object, possibly the return value from a call to ab.model.

X

The input predictors.

Value

This will return whatever a call to predict would return for the given model in use by the AbstractModel instance passed in ab.

Author(s)

Peter Werner

See Also

ab.model, ab.create, AbstractModel-class, gensemble.


gensemble documentation built on May 2, 2019, 1:02 p.m.