architxt.inspector#

Classes

class architxt.inspector.ForestInspector[source]#

Bases: object

property avg_branching#

Get the average branching factor (children per node) across all trees.

Return type:

float

property avg_height#

Get the average height of all trees.

Return type:

float

property avg_size#

Get the average size (number of leaves) of all trees.

Return type:

float