# File lib/classifier/extensions/vector.rb, line 109
  def []=(i,j,val)
    @rows[i][j] = val
  end