It seems that a lot of the machine learning examples [1] are pulling in the data from DataFrame format from RDatasets and then using an "array" function to convert them to normal arrays.
Where is "array" defined? I'm having trouble figuring out how to get data from DataFrames into a normal array and my google-fu is failing me. -s [1] https://github.com/JuliaStats/SVM.jl
