predict-ANN-method: Predict ANN

predict,ANN-methodR Documentation

Predict ANN

Description

Predict the output for a new dataset from a trained ANN model.

Usage

## S4 method for signature 'ANN'
predict(object, data, type, clamp)

Arguments

object

ANN object.

data

data.frame with the data for the prediction.

type

Not used.

clamp

Not used.

Details

Used by the predict,SDMmodel-method, not exported.

Value

A vector with the predicted values.

Author(s)

Sergio Vignali


SDMtune documentation built on July 9, 2023, 6:03 p.m.