Arguments
X
Input Feature matrix of M x N, M is the number of training samples and N is the number of input features
Y
Output Feature matrix of M x T, M is the number of training samples and T is the number of ouput features
m_feature
Number of randomly selected features considered for a split in each regression tree node, which must be positive integer and less than N (number of input features)
min_leaf
Minimum number of samples in the leaf node, which must be positive integer and less than or equal to M (number of training samples)
Inv_Cov_Y
Inverse of Covariance matrix of Output Response matrix for MRF(Input [0 0;0 0] for RF)
Command
1 for univariate Regression Tree (corresponding to RF) and 2 for Multivariate Regression Tree (corresponding to MRF)