标签: r
这些two R commands之间有什么区别?
two R commands
mymodel <- train(y~., data =da,method = "nnet",linout = TRUE)
和
mymodel=nnet(y~.,data=da,size=1)