Class: AdaBoost::VariableRelations
- Inherits:
-
Struct
- Object
- Struct
- AdaBoost::VariableRelations
- Defined in:
- lib/adaboost/features_analyzer.rb
Instance Attribute Summary collapse
-
#cor ⇒ Object
Returns the value of attribute cor.
-
#cov ⇒ Object
Returns the value of attribute cov.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#cor ⇒ Object
Returns the value of attribute cor
6 7 8 |
# File 'lib/adaboost/features_analyzer.rb', line 6 def cor @cor end |
#cov ⇒ Object
Returns the value of attribute cov
6 7 8 |
# File 'lib/adaboost/features_analyzer.rb', line 6 def cov @cov end |
#x ⇒ Object
Returns the value of attribute x
6 7 8 |
# File 'lib/adaboost/features_analyzer.rb', line 6 def x @x end |
#y ⇒ Object
Returns the value of attribute y
6 7 8 |
# File 'lib/adaboost/features_analyzer.rb', line 6 def y @y end |