# File lib/classifier/extensions/vector_serialize.rb, line 8 def self._load(arr) arry = Marshal.load(arr) return GSL::Vector.alloc(arry) end