Hey Jim,

Thanks for looking into these things. I tried removing clojure-encog from
lib/ and .m2/ . But '*lein deps*' still pulls in a jar without the
normalization.clj file. Do I need an updated [clojure-encog "0.4.x-SNAPSHOT"
]?

Also, I'll take a peek at the source for 'org.encog.ml.data.temporal.
TemporalMLDataSet'. As for the structure of the tick data, I used
clojure-csv to to pull that data from this CSV
file<https://github.com/twashing/nn/blob/master/etc/data/EURUSD_Ticks_Apr2012.csv>
(you'll
have to download as it's large). So it's easy for me to convert those
strings to doubles, datetimes, etc.


This helps a great deal

Cheers

Tim Washington
Interruptsoftware.ca
416.843.9060



On Sat, Aug 4, 2012 at 3:19 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:

>  Hmmm, I think it is worth downloading the source for encog 3.1 for java
> and look into: org.encog.ml.data.temporal.TemporalMLDataSet
>
> I think this is what you need to add several columns...unfortunately I've
> not wrapped this yet so you will have to do some interop to get it
> going...I promise you it will be the first thing I look at as soon as I
> find some time...
>
> hope that helps...
>
> Jim
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to