snns.write.nn.pattern(snns) | R Documentation |
snns.write.pattern
creates a new SNNS pattern file suitable for
training and testing networks.
snns.write.nn.pattern(pattern, file, wtarget=TRUE)
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}
nn.pattern, snns.read.nn.pattern, snns.read.result