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

org.encog.ml.data.temporal.TemporalMLDataSet - Issue with generating a data set #225

Open
JPLeoRX opened this issue May 6, 2016 · 0 comments
Labels
Milestone

Comments

@JPLeoRX
Copy link

JPLeoRX commented May 6, 2016

Hello,

There appears to be some problem with generate() method of TemporalMLDataSet class. After using this method the data set is missing its very last data pair if I iterate through it using for (MLDataPair pair : mlDataSet).

Not that it's a critical issue, or maybe it's even the feature of TemporalMLDataSet, but it was pretty annoying until I figured a workaround.

I'm attaching the original code that tried to populate a TemporalMLDataSet and my workaround for this issue (works for my purposes, but my data is very specific)

Issue.txt

@jeffheaton jeffheaton added this to the Encog v3.4.1 milestone Sep 3, 2017
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