Random Forest or Multivariate Random Forest Model of a particular tree
X_test
Testing samples of Q x N, Q is the number of testing samples and N is the number of features(same order and
size used as training)
Variable_number
Number of Output Features
Value
Prediction result of the Testing samples for a particular tree
Details
A model contrains splitting criteria for all the split of the tree and output features of training samples in the leaf nodes.
A testing sample using these criteria will go to a leaf node and average of the output feature vectors in the leaf node
is considered as the prediction of that testing sample.