snns.read.result(snns)R Documentation

Read SNNS result file

Description

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

Usage

snns.read.result(file)

Arguments

file Name of the SNNS result file

Value

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

See Also

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


[Package Contents]