| 
               | 
            
              RandomForestLearning Properties | 
          
The RandomForestLearning type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes | 
              Gets or sets the collection of attributes to 
              be processed by the induced decision tree.
              | |
| CoverageRatio | 
              Gets or sets the proportion of variables that
              can be used at maximum by each tree in the decision
              forest. Default is 1 (always use all variables).
              | |
| Join | 
              Gets or sets how many times the same variable can 
              enter a tree's decision path. Default is 100.
              | |
| NumberOfTrees | 
              Gets or sets the number of trees in the random forest.
              | |
| ParallelOptions | 
              Gets or sets the parallelization options for this algorithm.
              (Inherited from ParallelLearningBase.) | |
| SampleRatio | 
              Gets the proportion of samples used to train each
              of the trees in the decision forest. Default is 0.632.
              | |
| Token | 
            Gets or sets a cancellation token that can be used
            to cancel the algorithm while it is running.
              (Inherited from ParallelLearningBase.) | |
| Trees |  Obsolete.  
              Gets or sets the number of trees in the random forest.
              |