predict.RWNN: Predicting targets of an RWNN-object

View source: R/auxiliary_functions.R

predict.RWNNR Documentation

Predicting targets of an RWNN-object

Description

Predicting targets of an RWNN-object

Usage

## S3 method for class 'RWNN'
predict(object, ...)

Arguments

object

An RWNN-object.

...

Additional arguments.

Details

The additional arguments used by the function are 'newdata' and 'class'. The argument 'newdata' expects a matrix or data.frame with the same features (columns) as in the original data. While the 'class' argument can be set to "classify". If class == "classify" additional arguments 't' and 'b' can be passed to the classify-function.

Value

A vector of predicted values.


svilsen/RWNN documentation built on Feb. 23, 2025, 3:17 p.m.