I am beginner in Java programming and I needed to find some tool for predicting time series in Java. I didn't find anything better than open source Encog framework. It is now quite hard for me to understand some examples(e.g. PredictSunspot.java) from github.
I would be very thankful if anyone could explain how to make simple prediction: input numbers series 1,2,3,4,5 and so that predicted output would be 6. I am still looking through the documents to find classes I need. However with your help I think it would be faster.