Skip to main content

Table 3 Computational complexity analysis

From: Decision tree learning in Neo4j on homogeneous and unconnected graph nodes from biological and clinical datasets

Computational complexity

Time

Space

Train complexity

O(dim*nlogn)

O(n)

Test complexity

O(depth)

O(n)

  1. n = number of instances/nodes dim = number of dimensions/variables depth = depth of generated decision tree