# File lib/ai4r/som/som.rb, line 101
      def train(data)
        while !train_step(data)
        end
      end