scriptandcompile

Results 9 comments of scriptandcompile

Thank you! that solved the problem. You might want to think about breaking up the examples in to smaller bits, showing just specific features, then naming the examples on which...

on debian x based linuxes you can install this with: sudo apt-get install gnuplot gnuplot-x11

well, currently you use a vector and then iterate over the contents. Alternatively we could use some kind of iterator type 'thing' which has a closure which is called each...

I'll look into how to setup the iterator for this. It should be possible to silently accept a vector or the iterator so that to the user it just 'does...

Only tricky bit looks to be the way we handle the sample to matrix conversion thing. We all ready have some low hanging fruit in that we don't need to...

That sounds good to me. I've got a lot of work which will have me heads down atm so I haven't made any major headway on this. I'm a bit...

yeah, passing the sample set to the train sounds like a good idea. We can consider other kinds of training later, but it definitely moves us in that direction. I...

sounds like a way of doing it. I just think we should see if ndarray handles what we need before we branch out further, but then...this is open source. scratch...

Any progress on this? I would love to use this feature instead of shoe-horning my own (bad) version of this awesome library.