I have implement a model in Matlab through ANN toolbox. it divided data into three parts of 70%, 15% and 15% for training, testing and validation. I want to calculate some statistical indices like MAPE, MAE etc for the 3 parts. my question is :
how can I understand which data points belong to which set?
I mean How can I identify the classification of the database in these 3 datasets?