predict.sboa_mlp: Predict method for SBOA-MLP objects

View source: R/sboa_mlp.R

predict.sboa_mlpR Documentation

Predict method for SBOA-MLP objects

Description

Generates predictions from a trained SBOA-MLP model.

Usage

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

Arguments

object

An object of class "sboa_mlp".

newdata

New predictor data.

...

Additional arguments, ignored.

Value

A matrix of predicted values.


SBOAtools documentation built on May 3, 2026, 9:06 a.m.