Description Usage Arguments Value
This procedure uses each feature to perform a one-node split of all N samples in the parent node into 2 daughter nodes using N-1 cut points, as in a decision tree. This procedure's goal is to find the most optimal split to identify between cases and controls for each feature. To do this, this function identifies the smallest weighted Gini Index value and smallest weighted Information Gain value for each feature.
1 | dtgini(dat)
|
dat |
a list containing 3 elements: case, a list of case/control statuses; feat, a matrix of normalized feature data; maxfeat, a list of max features from each column in feat |
finalresults a list of Gini Indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.