Class: Hash

Inherits:
Object show all
Defined in:
lib/daru_lite/monkeys/hash.rb

Instance Method Summary collapse

Instance Method Details

#daru_lite_vector(index = nil, dtype = :array) ⇒ Object Also known as: dv



2
3
4
# File 'lib/daru_lite/monkeys/hash.rb', line 2

def daru_lite_vector(index = nil, dtype = :array)
  DaruLite::Vector.new values[0], name: keys[0], index: index, dtype: dtype
end