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

A 2nd CSVFileLoader #2

Merged
merged 2 commits into from
Jul 25, 2011
Merged

A 2nd CSVFileLoader #2

merged 2 commits into from
Jul 25, 2011

Conversation

fxmozart
Copy link
Contributor

This file loader is accessible via :

                IMarketLoader loader = new CSVFileLoader();
                 loader.GetFile(openFileDialog1.FileName);

I had to add in IMarketLoader GetFile though.

… calling it programmatically.

CSVFileLoader loader = new CSVFileLoader(); loader.Getfile(pathToFile);
loader.Load(xxxxxxxx as usual).
added : csv.DateFormat = "yyyy.MM.dd HH:mm:ss";
jeffheaton added a commit that referenced this pull request Jul 25, 2011
@jeffheaton jeffheaton merged commit d2701e0 into jeffheaton:master Jul 25, 2011
@jeffheaton
Copy link
Owner

Okay, I will give this one a try. In the last one I was getting a compile error about missing a column setup form.

@jeffheaton
Copy link
Owner

After merging this I get the following error:

Error 68 The type or namespace name 'ColumnSetupForm' could not be found (are you missing a using directive or an assembly reference?) D:\encog-dotnet-core\encog-core-cs\ML\Data\Market\Loader\CSVFormLoader.cs 110 21 encog-core-cs

It looks like the columnsetupform.*.cs files are not part of the project. Should they be?

@jeffheaton
Copy link
Owner

Okay I added the csvformloader.cs file and everything compiles.

@fxmozart
Copy link
Contributor Author

I removed the columnsetupform , should work now?

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