fcnnpredict
Make predictions from a fully connected Neural Network.
pred_Y = fcnnpredict (Mdl, XC)
requires the following input arguments.
fcnntrain
function.
fcnnpredict
returns the predicted labels, pred_Y, and if a second output argument is requested, it also returns the corresponding values of the neural networks output in scores.
See also: fcnntrain, fitcnet, ClassificationNeuralNetwork
Source Code: fcnnpredict