Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 6 down vote accepted

There is a good example here: http://public.cranfield.ac.uk/c5354/teaching/ml/examples/c++/opticaldigits_ex/randomforest.cpp

share|improve this answer
Thank You, though i had forgot about this. I have been able to extend and do my own implementation and solved my problems at that time. Thanks anyhow. – s093294 Jan 31 '12 at 0:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.