SCM

Forum: help

Monitor Forum | Start New Thread Start New Thread
nnet tool classification [ Reply ]
By: sumathi subramanian on 2017-05-31 09:46
[forum:45171]
I have done the min max normalization and i have perform nnet classification task after prediction i cant able to fix confusion matrix.

model= train(f,data=train_n,method='nnet',linout=FALSE,trace=FALSE)
str(model)

result<-as.numeric(predict(model,test))
str(result)
str(test_n)

table(result,test)

Please any one help me to fix this bug?

Thanks to:
Vienna University of Economics and Business Powered By FusionForge