1
vote
1answer
122 views

Building the dataset for Random Forest training procedure

I should use the bagging (abbreviation for bootstrap aggregating) technique in order to train a random forest classifier. I read here the description of this learning technique, but I have not figured ...
0
votes
1answer
246 views

Random Decision Forest implementation with C#

Hi I'm trying to use ALGLIB to calculate rdf. Unfortunately each of my training samples have more variables than two. I should use the function below but my training data has 7 variables. I think ...
4
votes
1answer
2k views

OpenCV - Random Forest Example

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 ...
3
votes
4answers
2k views

random forest code review

I'm doing a research project on random forest algorithm. I have found numerous implementations of the algorithm but the main part of the code is often written in Fortran while I'm completely naive in ...