snns.read.nn.pattern(snns)R Documentation

Read SNNS pattern file

Description

snns.read.nn.pattern reads a pattern file that has been created for use with SNNS. The pattern file may contain inputs and outputs, if any of these is omitted, the corresponding element of the return value is set to NULL.

Usage

snns.read.nn.pattern(file)

Arguments

file Name of the SNNS pattern file

Value

snns.read.nn.pattern returns an object of class nn.pattern.

See Also

snns.write.nn.pattern, snns.read.result, nn.pattern


[Package Contents]