Predict() and perform() difference for model validation.

2 views (last 30 days)
What is difference between predict() and perform() function for model validation?

Accepted Answer

Nikhil Kori
Nikhil Kori on 7 Jul 2020
Hi,
Predict function is used to predict responses of linear regression model, for more information refer Predict() documentation.
Perform function calculates the neural network performance, for more information refer Perforce() documentation.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!