SergioFierens/ai4r

View on GitHub
lib/ai4r/som/two_phase_layer.rb

Summary

Maintainability
A
45 mins
Test Coverage

Method initialize has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def initialize(nodes, learning_rate = 0.9, phase_one = 150, phase_two = 100,
              phase_one_learning_rate = 0.1, phase_two_learning_rate = 0)
Severity: Minor
Found in lib/ai4r/som/two_phase_layer.rb - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status