Program_img2RandomSubSpace_weka_numeric
This programs is part of the WEKA classifier library. The code used to generate this program is from the java class 'weka/classifiers/meta/RandomSubSpace.java' from WEKA's libraries. The following description was taken from this classes JavaDoc information:

---------------------
This method constructs a decision tree based classifier that maintains highest accuracy on training data and improves on generalization accuracy as it grows in complexity. The classifier consists of multiple trees constructed systematically by pseudorandomly selecting subsets of components of the feature vector, that is, trees constructed in randomly chosen subspaces. For more information, see Tin Kam Ho (1998). The Random Subspace Method for Constructing Decision Forests. IEEE Transactions on Pattern Analysis and Machine Intelligence. 20(8):832-844. URL http://citeseer.ist.psu.edu/ho98random.html.
---------------------

NOTE: This algorithm has no parameter tuning, it is using the default WEKA parameters

Regression
internal
18M
checked
open
Login required!

Run this program on a dataset Arrow_right


Existing runs on RandomSubSpace_weka_numeric 1-14 of 14   Action_refresh_blue
ID Program Dataset User Updated << Status Total time Memory Error
Run #8020 RandomSubSpace_weka_numeric etf300-fractal-f20-126 arielf 64d18h ago done 46s 247M 0.012
Run #7801 RandomSubSpace_weka_numeric dans_rare_events_1 discmandan 105d16h ago failed 4s 247M
Run #7543 RandomSubSpace_weka_numeric bow-regression (medium) jgjt 139d12h ago failed 1s 247M
Run #7541 RandomSubSpace_weka_numeric bow-regression jgjt 139d12h ago failed 10s 247M
Run #7437 RandomSubSpace_weka_numeric Teste jsato 144d13h ago failed 1s 247M
Run #7235 RandomSubSpace_weka_numeric easy-linear pliang 191d1h ago done 1s 247M 0.049
Run #5152 RandomSubSpace_weka_numeric servo internal 253d18h ago done 17s 247M 1.72
Run #5153 RandomSubSpace_weka_numeric auto-mpg internal 253d18h ago done 12s 247M 12.0
Run #5149 RandomSubSpace_weka_numeric liver-disorders internal 253d18h ago done 1s 247M 9.72
Run #5150 RandomSubSpace_weka_numeric autos internal 253d18h ago done 1s 247M 0.537
Run #5151 RandomSubSpace_weka_numeric cpu-performance internal 253d18h ago done 1s 246M 4619
Run #5147 RandomSubSpace_weka_numeric echocardiogram internal 253d18h ago done 1s 247M 125
Run #5148 RandomSubSpace_weka_numeric housing internal 253d18h ago done 1s 247M 20.5
Run #2524 RandomSubSpace_weka_numeric regression-sample internal 254d2h ago done 1s 247M 2.82




Program contents Arrow_right


Comments:


Must be logged in to post comments.