Sample: | T1 | T2 |
---|---|---|
a | 2.5 | 6 |
b | 4 | 3 |
c | 1 | 5 |
d | 2.5 | 2 |
e | 5 | 4 |
f | 5 | 1 |
g | 2 | 1 |
h | 4.5 | 6 |
i | 4 | 7 |
j | 4 |
Sample | T1c | T2f | T2g | T1g | T2d | T1d | T2b | ... |
---|---|---|---|---|---|---|---|---|
Rank | 1 | 2 | 3 | 4 | 5 | 6 | 7 | ... |
Distance | 1 | 1 | 1 | 2 | 2 | 2.5 | 3 | ... |
Class | Count |
---|---|
T1 | 2 |
T2 | 3 |
As input, the tree requires a vector containing information about the attributes of an Apple tree (e.g. age of the tree, strain: natural or variety, rich or poor soil). Starting with the root node of the decision-making rules of the tree be applied to the input vector. At each node one of the attributes of the input vector is queried. In the example, at the root node the age of the Apple tree. The answer decides: old=>no fruit, young=>proceed to next node. After a series of evaluated rules, you have the answer to the original question. Not always, all levels (nodes) of the decision tree must be traversed. |
![]() |
Type | Prediction method:
|
RegressionSurvial/censor column ID: - Regressiona: the annotation row ID containing the numerical parameter for regression analysis - Survial: specify spevify comma seaprated: + surval row ID - time to evnet (typical time to death of sample) + censor row ID - defines whether sample experienced event > NOT censored ( value = 0,no,not,false) sample did NOT experience event => sanmple censored (value=1,yes,ja,true) | |
Number of trees | Number of random trees to grow
|
# vars to split | At each branch of the decision tree, only a part of the variates (features) is used for classification. |
Importance measure | Method how to measure influence of the individual features on the overall classifier |
Random seed | Multiple Random decision trees are grown random selected trraining data subsets and combined.|
Gene name column ID | ID of gene annotation column containing unique Gene / Feature names / IDs These IDs show up in the importance file. |
View log/importance | Yes/no : Automatically show Ranger64 log and importance file. |
Forest file name | Define name and path to forest file generated / used in ther present run Default: "ranger.forest" |