get_error: Compute model's errors with different number of neurons (nn)

Description Usage Arguments Value

Description

computeError calculate the error of a ELM model.

Usage

1
get_error(object, ...)

Arguments

object

An instance to the ELM class.

n_sel

The number of hidden neurons to be used.

h

The transformed matrix H of dimensions [NxL].

y

The output matrix of dimensions [Nxc].

h_val

The transformed matrix H for the validation dataset of dimensions [NxL].

y_val

The output matrix for the validation dataset of dimensions [Nxc].

cv_rows

The vector containing the selection of the data.

Value

The error of the ELM model


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