Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Oblique forests
no vote
This is the implementition of oblique forests. the author propose to employ “oblique” random forests (oRF) built from multivariate trees which explicitly learn optimal split directions at internal nodes using linear discriminative models, rather than using random coefficients as the original oRF.
123star
2020-01-19
0
1
adaboost algorithms, Java realization
no vote
This is an AdaBoost classifier algorithm implemented in Java. Last semester, I spent part of my time doing AdaBoost and took some notes when I did it. There are also people on the forum who are reading programs and studying algorithms. Let me share this rough note with you.
123star
2016-08-23
0
1
Bagging algorithm
no vote
package weka.classifiers ;
123star
2016-08-23
0
1
No more~