Do anyone have some example using Random Forests with the 2.3.1 API Mat and not the cvMat?
Basicly i have a Matrix Mat data that consist of 1000 rows with 16x16x3 elements and a Matrix Mat responses a 1000x1 matrix that hold which class each row belong to. I would like to run the random forest algorithm on this.