Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick prototype for a bit of an optimization
The idea is that the Zhang algorithm makes a copy of the input trees as "CachedTree". The CachedTree allows to store tree cost, forest cost, attribute, index etc. which makes the algorithm faster.
- Loading branch information