length.IBHM: length.IBHM

Description Usage Arguments Value See Also Examples

View source: R/ibhm.R

Description

Returns the number of components in a IBHM model.

Usage

1
2
## S3 method for class 'IBHM'
length(x)

Arguments

x

An object inheriting from class "IBHM".

Value

The number of components in the given IBHM model.

See Also

TrainIBHM

Examples

1
2
3
4
5
  x.train <-seq(-2,2,length.out=100)
  y.train <-tanh(x.train)
  
  m <- IBHM::TrainIBHM(x.train,y.train)  
  length(m)

IBHM documentation built on May 30, 2017, 4:32 a.m.