* Added sequential bootstrapping to random forest. * Fixed namespace. * Fixed style checks. * Fixed compilation issue. * Comply to __libcpp_random_is_valid_urng * Incorporated review feedback * Corrected style checks. * Reverted documentation. * Made constructor implicit to catch armadillo template optimizations * Fixed compilation error. * Fixed style check. * Fixed compilation error. * Align argument lists between public and private Train function. * Explicitly state template use to help GCC * Fixed style check. * Added name to contributor list. * Changed indicator matrix to interval matrix * Updated docs, implementation and testing after code review. * Fixed style warnings. * Updated documentation. * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Incorporating code review feedback * Changed based on code review feedback * reduced computational complexity. * resolved conflict. * resolved conflict * Reworked after review * Avoiding recomputation of the concurrency vector for speed-up. * Resolve merge conflict * fixed style * fixed style * Remove assert statement * Update src/mlpack/tests/random_forest_test.cpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/tests/random_forest_test.cpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Integrated changes after code review. * Fixed style * Resolved conflict * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Incorporated review comments. * Fixed styling issues * Restart style checks * Update src/mlpack/tests/random_forest_test.cpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Reworked documentation from review comments * Fixed style check * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update HISTORY.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update src/mlpack/methods/random_forest/bootstrap.hpp Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/user/methods/random_forest.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Reworked example amd unit test. * fixed build * fixed documentation build * Fixing style check build * fixing style checks * fixing check build * Fix minor compilation issues with example, and make it give output. --------- Co-authored-by: Felix Patschkowski <felix.patschkowski@itecequipment.com> Co-authored-by: Ryan Curtin <ryan@ratml.org> Co-authored-by: Felix Patschkowski <felix.patschkowski@gmail.com>