X=matrix(runif(20*100),20,100)
Y=matrix(runif(20*3),20,3)
mtree=5
Index=1:20
V_inv=stats::cov(Y)
Command=2#MRF, as number of output feature is greater than 1
Split_criteria=spliting(X,Y,mtree,Index,V_inv,Command)
Run the code above in your browser using DataLab