소스 검색

added matlab unit test example config file

Johannes Ruehle 11 년 전
부모
커밋
761cdb8a9f
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. 21 0
      features/simplefeatures/matlab/config.conf

+ 21 - 0
features/simplefeatures/matlab/config.conf

@@ -0,0 +1,21 @@
+[RandomForest]
+number_of_trees = 3
+features_per_tree = 1.0
+samples_per_tree  = 0.5
+builder = random
+builder_section = DTBRandom
+minimum_error_reduction = .001
+minimum_improvement = .01
+enable_out_of_bag_estimates = false
+
+[DTBRandom]
+random_split_tests = 50
+random_features = 6
+max_depth = 4
+min_examples = 50
+save_indices = false
+start_random_generator = true
+
+[CodebookRandomForest]
+maxDepthTree = 500
+maxCodebookSize = 20