Class: DecisionTree::Node
- Inherits:
-
Struct
- Object
- Struct
- DecisionTree::Node
- Defined in:
- lib/SelfModifiedDecisionTree.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#gain ⇒ Object
Returns the value of attribute gain.
-
#threshold ⇒ Object
Returns the value of attribute threshold.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
110 111 112 |
# File 'lib/SelfModifiedDecisionTree.rb', line 110 def attribute @attribute end |
#gain ⇒ Object
Returns the value of attribute gain
110 111 112 |
# File 'lib/SelfModifiedDecisionTree.rb', line 110 def gain @gain end |
#threshold ⇒ Object
Returns the value of attribute threshold
110 111 112 |
# File 'lib/SelfModifiedDecisionTree.rb', line 110 def threshold @threshold end |