Class: AdaBoost::Distribution
- Inherits:
-
Struct
- Object
- Struct
- AdaBoost::Distribution
- Defined in:
- lib/adaboost/features_analyzer.rb
Instance Attribute Summary collapse
-
#negative ⇒ Object
Returns the value of attribute negative.
-
#positive ⇒ Object
Returns the value of attribute positive.
Instance Attribute Details
#negative ⇒ Object
Returns the value of attribute negative
4 5 6 |
# File 'lib/adaboost/features_analyzer.rb', line 4 def negative @negative end |
#positive ⇒ Object
Returns the value of attribute positive
4 5 6 |
# File 'lib/adaboost/features_analyzer.rb', line 4 def positive @positive end |