Rdocumentation
powered by
Learn R Programming
RSNNS (version 0.3-1)
readPatFile: Load data from a pat file.
Description
Load data from a pat file.
Usage
readPatFile(filename)
Arguments
filename
the name of the .pat file
Value
a matrix containing the data loaded from the .pat file.
Details
This function generates an
SnnsR-class
object, loads the given .pat file there as a pattern set and then extracts the patterns to a matrix, using
SnnsRObject$extractPatterns
.