Learn R Programming

RSNNS (version 0.4-3)

SnnsRObject$getAllHiddenUnits: Get all hidden units of the net

Description

SnnsR low-level function to get all units from the net with the ttype "UNIT_HIDDEN". This function calls SnnsRObject$getAllUnitsTType with the parameter "UNIT_HIDDEN".

Usage

## S3 method for class 'SnnsR':
getAllHiddenUnits()

Arguments

Value

  • a vector with integer numbers identifying the units.

See Also

SnnsRObject$getAllUnitsTType