config.conf 424 B

123456789101112131415161718192021
  1. [RandomForest]
  2. number_of_trees = 3
  3. features_per_tree = 1.0
  4. samples_per_tree = 0.5
  5. builder = random
  6. builder_section = DTBRandom
  7. minimum_error_reduction = .001
  8. minimum_improvement = .01
  9. enable_out_of_bag_estimates = false
  10. [DTBRandom]
  11. random_split_tests = 50
  12. random_features = 6
  13. max_depth = 4
  14. min_examples = 50
  15. save_indices = false
  16. start_random_generator = true
  17. [CodebookRandomForest]
  18. maxDepthTree = 500
  19. maxCodebookSize = 20