On 04/08/12 22:47, Timothy Washington wrote:
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"]?
aaa sorry! yes you now need 0.4.1-SNAPSHOT...
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.
cool! i think read-string should do it anyway (at least for numbers)
This helps a great deal
that is good to know... cheers! 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