Displaying 1 result from an estimated 1 matches for "impornatce".
2007 Jul 15
1
NNET re-building the model
Hello,
I've been working with "nnet" and  now I'd like to use the weigths, from
the fitted model, to iterpret some of variables impornatce.
I used the following command:
mts <- nnet(y=Y,x=X,size =4, rang = 0.1,
             decay = 5e-4, maxit = 5000,linout=TRUE)
X is (m x n) Y is (m x 1)
And then I get the coeficients by:
Wts<-coef(mts)
b->h1        i1->h1        i2->h1        i3->h1        i4->h1
i5->h1...