Class: Ossert::Classifiers::Growing::Check::Popularity

Inherits:
Base
  • Object
show all
Defined in:
lib/ossert/classifiers/growing/check.rb

Instance Method Summary collapse

Methods inherited from Base

#agility_last_year_data, #agility_total_data, #check, #community_last_year_data, #community_total_data, #grade, #grade_as_hash, #initialize, #max_gain, #metrics, #metrics_type

Constructor Details

This class inherits a constructor from Ossert::Classifiers::Growing::Check::Base

Instance Method Details

#strategyObject



144
145
146
147
148
149
# File 'lib/ossert/classifiers/growing/check.rb', line 144

def strategy
  {
    last_year: :community,
    total: :community
  }
end