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

Write SNNS pattern file

Description

snns.write.pattern creates a new SNNS pattern file suitable for training and testing networks.

Usage

snns.write.nn.pattern(pattern, file, wtarget=TRUE)

Arguments

pattern object of type nn.pattern
file Name of the SNNS pattern file
wtarget if TRUE, the target output is included in the pattern file (default). If wtarget is set to FALSE, only the input patterns are written.

description{ snns.write.pattern creates a new SNNS pattern file suitable for training and testing networks. } seealso{nn.pattern, snns.read.nn.pattern, snns.read.result}

See Also

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


[Package Contents]