Learn R Programming

RSNNS (version 0.3-1)

SnnsRObject$getAllUnitsTType: Get all units in the net of a certain ttype.

Description

Get all units in the net of a certain ttype.

Usage

## S3 method for class 'SnnsR':
getAllUnitsTType(ttype)

Arguments

ttype
a string containing the ttype.

Value

  • a vector with integer numbers identifying the units.

Details

Possible ttype defined by SNNS are, among others: "UNIT_OUTPUT", "UNIT_INPUT", and "UNIT_HIDDEN".

See Also

SnnsRObject$getAllOutputUnits, SnnsRObject$getAllInputUnits, SnnsRObject$getAllHiddenUnits