Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/daru/monkeys.rb

Instance Method Summary collapse

Instance Method Details

#daru_vector(index = nil, dtype = Array) ⇒ Object Also known as: dv



26
27
28
# File 'lib/daru/monkeys.rb', line 26

def daru_vector index=nil, dtype=Array
  Daru::Vector.new self.values[0], name: self.keys[0], index: index, dtype: Array
end