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

CSVLoader with a form. #1

Merged
merged 2 commits into from
Jul 25, 2011
Merged

CSVLoader with a form. #1

merged 2 commits into from
Jul 25, 2011

Conversation

fxmozart
Copy link
Contributor

a csvloader with a form to see the column names (without changing the interface) + an example.

Added the CSV tick loader back into Encog. Changed the tickloader to
actually load a form , and removed all unnecessary changed in the
imarketloader. Added a very small example that runs the CSV tickloader.
Added datetime format Textbox (lets one change the datetime format of
the csv parsing).
jeffheaton added a commit that referenced this pull request Jul 25, 2011
Merging pull request, CSVLoader with a form.
@jeffheaton jeffheaton merged commit ac45ce0 into jeffheaton:master Jul 25, 2011
@fxmozart
Copy link
Contributor Author

Hello,

I made a new CSVLoader , which is i think better (only accessible via programmation though) , but it doesn't have the form.
iMarketLoader csvFileLoader = csvFileLoader();
csvFileLoader.GetFile(file);
csvFileLoader.Load (xxxx as before).

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

Successfully merging this pull request may close these issues.

None yet

2 participants