Class: DecisionTree::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/decisiontree/id3_tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute



38
39
40
# File 'lib/decisiontree/id3_tree.rb', line 38

def attribute
  @attribute
end

#gainObject

Returns the value of attribute gain



38
39
40
# File 'lib/decisiontree/id3_tree.rb', line 38

def gain
  @gain
end

#thresholdObject

Returns the value of attribute threshold



38
39
40
# File 'lib/decisiontree/id3_tree.rb', line 38

def threshold
  @threshold
end