# File lib/ai4r/som/layer.rb, line 54
      def radius_decay(epoch)
        (@radius * ( 1 - epoch/ @time_for_epoch)).round
      end