Directories ¶
Path | Synopsis |
---|---|
cart
Package cart implement the Classification and Regression Tree by Breiman, et al.
|
Package cart implement the Classification and Regression Tree by Breiman, et al. |
cascadedrf
Package cascadedrf implement the cascaded random forest algorithm, proposed by Baumann et.al in their paper: Baumann, Florian, et al.
|
Package cascadedrf implement the cascaded random forest algorithm, proposed by Baumann et.al in their paper: Baumann, Florian, et al. |
randomforest
Package randomforest implement ensemble of classifiers using random forest algorithm by Breiman and Cutler.
|
Package randomforest implement ensemble of classifiers using random forest algorithm by Breiman and Cutler. |
Package dataset extend the dsv.Reader to read data from delimited separated value (DSV) file by adding attribute ClassIndex which indicate the index of target attribute (class) in data.
|
Package dataset extend the dsv.Reader to read data from delimited separated value (DSV) file by adding attribute ClassIndex which indicate the index of target attribute (class) in data. |
gain
|
|
gini
Package gini contain function to calculating Gini gain.
|
Package gini contain function to calculating Gini gain. |
Package knn implement the K Nearest Neighbor using Euclidian to compute the distance between samples.
|
Package knn implement the K Nearest Neighbor using Euclidian to compute the distance between samples. |
Package math provide generic functions working with math.
|
Package math provide generic functions working with math. |
resampling
|
|
lnsmote
Package lnsmote implement the Local-Neighborhood algorithm from the paper, Maciejewski, Tomasz, and Jerzy Stefanowski.
|
Package lnsmote implement the Local-Neighborhood algorithm from the paper, Maciejewski, Tomasz, and Jerzy Stefanowski. |
smote
Package smote resamples a dataset by applying the Synthetic Minority Oversampling TEchnique (SMOTE).
|
Package smote resamples a dataset by applying the Synthetic Minority Oversampling TEchnique (SMOTE). |
tree
|
|
binary
Package binary contain implementation of binary tree.
|
Package binary contain implementation of binary tree. |
Click to show internal directories.
Click to hide internal directories.