predict-elm-method: 'predict' method for 'elm' objects

Description Usage Arguments Value

Description

predict gives the estimation of input data X for the ELM model

Usage

1
2
3
## S4 method for signature 'elm'
predict(object, x, class_output = "prob",
  ml_threshold = 0.5)

Arguments

object

the instance to elm class

X

The input matrix of dimensions [Nxd].

Value

A output matrix of predictions Yp with dimensions [Nxc].


mugiro/elm documentation built on May 23, 2019, 8:21 a.m.