Introduction - If you have any usage issues, please Google them yourself
The compression package consists of two files:
1. Main. m inputs training data into decision tree, trains and tests on automatically graded test data, and saves the trained decision tree ctree. mat file.
2. Classification. m loads the trained decision tree and uses it to classify the new input data.
This method is mainly used to classify SLIC super-pixel blocks, and slightly modified can be used for other data classification.