FitFFNN(CLEg)R Documentation

Feed Forward Neural Net for Classification

Description

Feed Forward Neural Net for Classification

Usage

FitFFNN(X, y, Xt, yt, size = 1, skip = TRUE)

Arguments

X design matrix, training sample
y binary response vector of 1 and -1
Xt design matrix, test sample
yt binary response vector of 1 and -1
size number of nodes in hidden layer
skip if TRUE, no skip layer. Otherwise skip layer.

Value

list with two components: misclassification rates and confusion matricies for both the training and test samples.

Author(s)

AIM

Examples






[Package CLEg version 1.0 Index]