An open API service indexing awesome lists of open source software.

https://github.com/jsvd/sequel_vectorized

Allows Sequel::Dataset to be exported as an Hash of Arrays and NArrays (http://narray.rubyforge.org)
https://github.com/jsvd/sequel_vectorized

Last synced: about 1 month ago
JSON representation

Allows Sequel::Dataset to be exported as an Hash of Arrays and NArrays (http://narray.rubyforge.org)

Awesome Lists containing this project

README

          

== sequel_vectorized

* Allows Sequel::Dataset to be exported as an Hash of Arrays and NArrays (http://narray.rubyforge.org)
* Numeric and boolean columns are converted to NArrays. Others are kept as Arrays.
* Aims for bulk numeric data processing

== Example

TODO

== Installation

gem install jsvd-sequel_vectorized

== Features/Problems

* Conversions are currently limited to Numeric => Float, Boolean => byte
* TODO: optionally pass an Hash of :class => proc to vectorize.
* Proc will transform an instance of :class to a NArray usable type (float, byte)

== Synopsis

== Copyright

Author:: João Duarte
Copyright:: Copyright (c) 2008 jsvd
License::