Class: AdaBoost::FeatureStatistic
- Inherits:
-
Struct
- Object
- Struct
- AdaBoost::FeatureStatistic
- Defined in:
- lib/adaboost/features_analyzer.rb
Instance Attribute Summary collapse
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#rng ⇒ Object
Returns the value of attribute rng.
-
#std ⇒ Object
Returns the value of attribute std.
-
#sum ⇒ Object
Returns the value of attribute sum.
-
#vrn ⇒ Object
Returns the value of attribute vrn.
Instance Attribute Details
#avg ⇒ Object
Returns the value of attribute avg
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def avg @avg end |
#max ⇒ Object
Returns the value of attribute max
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def max @max end |
#min ⇒ Object
Returns the value of attribute min
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def min @min end |
#rng ⇒ Object
Returns the value of attribute rng
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def rng @rng end |
#std ⇒ Object
Returns the value of attribute std
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def std @std end |
#sum ⇒ Object
Returns the value of attribute sum
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def sum @sum end |
#vrn ⇒ Object
Returns the value of attribute vrn
5 6 7 |
# File 'lib/adaboost/features_analyzer.rb', line 5 def vrn @vrn end |