Learn R Programming

RSNNS (version 0.3-1)

readResFile: Rudimentary parser for res files.

Description

Rudimentary parser for res files.

Usage

readResFile(filename)

Arguments

filename
the name of the .res file

Value

  • a matrix containing the predicted values that were found in the .res file

Details

This function contains a rudimentary parser for SNNS .res files. It is completely implemented in R and doesn't make use of SNNS functionality.