Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: nn
See also: nnrnet ann nnrpredict nnrsave

Quantlet: nnrload
Description: loads a network from different files

Usage: net = nnrload(name)
Input:
name name of a file (without extension)
Output:
net composed object from nnrnet

Example:
x = read("kredit1")
t = read("tkredit")
y = x[,1]
x = x[,2:21]
x =(x-min(x))./(max(x)-min(x))
net = nnrsave("nnkred")
yh = nnrpredict(net, x)

Result:
loads a net from the files nnkred.xxx and computes a
prediction



Author: S. Klinke, 19970603
(C) MD*TECH Method and Data Technologies, 05.02.2006