predict.RNNE: Predict from an ensemble of random neural networks

Description Usage Arguments Value Author(s) Examples

View source: R/predict.RNNE.R

Description

This function predicts the results of a random neural network

Usage

1
2
## S3 method for class 'RNNE'
predict(models, newdata, type = "class")

Arguments

models

List of models

newdata

New data to predict outcomes

type

Can be 'class' to predict class or 'raw' to predict probability

Value

A vector with the predictions

Author(s)

Peter Xenopoulos

Examples

1
predict.rnne(models, newdata, type = "Class")

peterxeno/DeepBalance documentation built on May 3, 2019, 10:44 p.m.