Class: PEROBS::BigTree::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/perobs/BigTree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nodesObject

Returns the value of attribute branch_nodes

Returns:

  • (Object)

    the current value of branch_nodes



39
40
41
# File 'lib/perobs/BigTree.rb', line 39

def branch_nodes
  @branch_nodes
end

#leaf_nodesObject

Returns the value of attribute leaf_nodes

Returns:

  • (Object)

    the current value of leaf_nodes



39
40
41
# File 'lib/perobs/BigTree.rb', line 39

def leaf_nodes
  @leaf_nodes
end

#max_depthObject

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



39
40
41
# File 'lib/perobs/BigTree.rb', line 39

def max_depth
  @max_depth
end

#min_depthObject

Returns the value of attribute min_depth

Returns:

  • (Object)

    the current value of min_depth



39
40
41
# File 'lib/perobs/BigTree.rb', line 39

def min_depth
  @min_depth
end