I assume you are asking what the outputs are, since the code you posted is just my original with File commands back in?
The textwindow has various output - see the code.
The coloured boxes are the results of using the trained ANN, they are displayed in pairs, where the left colour is the original R,G,B and the right is H,S,L trained using ANN. First column of pairs come from the training data - you don't usually test with your training data - the other columns are new random data.
The plot is the RMS error of the training with Epoch.
If you have specific questions I can try to answer, but mostly its in the code...
The textwindow has various output - see the code.
The coloured boxes are the results of using the trained ANN, they are displayed in pairs, where the left colour is the original R,G,B and the right is H,S,L trained using ANN. First column of pairs come from the training data - you don't usually test with your training data - the other columns are new random data.
The plot is the RMS error of the training with Epoch.
If you have specific questions I can try to answer, but mostly its in the code...