Class: PEROBS::BigArray::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/perobs/BigArray.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



40
41
42
# File 'lib/perobs/BigArray.rb', line 40

def branch_nodes
  @branch_nodes
end

#leaf_nodesObject

Returns the value of attribute leaf_nodes

Returns:

  • (Object)

    the current value of leaf_nodes



40
41
42
# File 'lib/perobs/BigArray.rb', line 40

def leaf_nodes
  @leaf_nodes
end

#max_depthObject

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



40
41
42
# File 'lib/perobs/BigArray.rb', line 40

def max_depth
  @max_depth
end

#min_depthObject

Returns the value of attribute min_depth

Returns:

  • (Object)

    the current value of min_depth



40
41
42
# File 'lib/perobs/BigArray.rb', line 40

def min_depth
  @min_depth
end