I am doing a classification using RF and MLP in WEKA. I have inserted in weka a first file for prediction which contains 101 lines but the prediction result of weka gives the prediction only for the first 9 lines. I made another test with a file that contains 85 lines, but there too the prediction result contains only the first 70 predictions. I can't understand why Weka doesn't make the prediction for all the lines in the file supplied test set
Thanks for your help