Method: Libsvm::Node#==

Defined in:
lib/jrb-libsvm/node.rb

#==(other) ⇒ Object



33
34
35
# File 'lib/jrb-libsvm/node.rb', line 33

def ==(other)
  index == other.index && value == other.value
end