Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display predicted data for a lead window size superior to 1 in Encog time series #222

Open
yokotsumo opened this issue Mar 27, 2016 · 0 comments
Labels

Comments

@yokotsumo
Copy link

I am new to encog and try to fit the examples to my needs. I am using the SunSpotTimeseries in Java.

By default, the lagWindowSize is 3 and the leadWindowSize is 1. I do not worry about the lagWindowSize at the moment.
I just want to increase the leadWindowSize to 2 or more. For a value of 1, I understand that you get the predicted value through the 'predicted' variable (easy...).
My problem is I do not really see how to get the other predicted values if the leadWindowSize is superior to 1. I tried to see what was in the 'output' variable without that much success.
Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants