Learn R Programming

IBHM (version 1.1-11)

length.IBHM: length.IBHM

Description

Returns the number of components in a IBHM model.

Usage

"length"(x)

Arguments

x
An object inheriting from class "IBHM".

Value

The number of components in the given IBHM model.

See Also

TrainIBHM

Examples

Run this code
  x.train <-seq(-2,2,length.out=100)
  y.train <-tanh(x.train)
  
  m <- IBHM::TrainIBHM(x.train,y.train)  
  length(m)

Run the code above in your browser using DataLab