readResFile {RSNNS}R Documentation

Rudimentary parser for res files.

Description

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

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


[Package RSNNS version 0.4-17 Index]