I am working on an unsupervised clustering/classification algorithm for which I am using a random forest frame work among other things. I am using the OpenMP, for parallel programming to construct individual decision trees which are independent of each other. This significantly reduces the training and testing time. But I am not sure how to represent this in the form of O(N), like how to represent time reduction in terms of this complexity.