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

---------------------
Class that implements a normalized Gaussian radial basisbasis function network. It uses the k-means clustering algorithm to provide the basis functions and learns either a logistic regression (discrete class problems) or linear regression (numeric class problems) on top of that. Symmetric multivariate Gaussians are fit to the data from each cluster. If the class is nominal it uses the given number of clusters per class.It standardizes all numeric attributes to zero mean and unit variance.
---------------------

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

NOTE: WEKA's Classifiers read a data in the .arff format. For Multiclass datasets, the SVMlight format converted to .arff multiclass format so they can be read by WEKA programs
MulticlassClassification
internal
18M
checked
open
Login required!

Run this program on a dataset Arrow_right


Existing runs on RBFNetwork_weka_nominal 1-25 of 85 < > Action_refresh_blue
ID Program Dataset Tuned hyper. User Updated << Status Total time Memory Error
Run #15736 RBFNetwork_weka_nominal CarVana Extended no morph 100d17h ago done 5m30s 425M 0.109
Run #15672 RBFNetwork_weka_nominal person-presence no favre 134d20h ago failed 35s 418M
Run #15511 RBFNetwork_weka_nominal dominionstats - tiny no rrenaud 195d13h ago done 27s 424M 0.456
Run #14516 RBFNetwork_weka_nominal Synthetic 10% Density, Small, Many Labels no internal 209d0h ago done 1m19s 421M 0.004
Run #14517 RBFNetwork_weka_nominal Synthetic 10% Density, Small, Few Labels no internal 209d0h ago done 10s 418M 0.197
Run #12046 RBFNetwork_weka_nominal Yahoo Search Suggestions Network Data no pmc8p 280d3h ago failed 3m2s 416M
Run #11971 RBFNetwork_weka_nominal Bing Data no pmc8p 284d12h ago failed 27s 424M
Run #11372 RBFNetwork_weka_nominal input_for_eur_usd_pred yes josecohenca 1y42d ago done 43s 429M 0.683
Run #10509 RBFNetwork_weka_nominal blakhol_mc_test_5 yes shabbychef 1y105d ago done 5m37s 432M 0.644
Run #10211 RBFNetwork_weka_nominal neut_1..02.tiny no internal 1y116d ago failed 8m36s 421M
Run #3217 RBFNetwork_weka_nominal chess-krk no internal 2y41d ago failed 5h0m 247M
Run #3190 RBFNetwork_weka_nominal thyroid-0387 no internal 2y41d ago failed 5h0m 247M
Run #3182 RBFNetwork_weka_nominal letter-recognition no internal 2y41d ago failed 5h0m 247M
Run #3162 RBFNetwork_weka_nominal primary-tumor no internal 2y41d ago failed 5h0m 247M
Run #3180 RBFNetwork_weka_nominal vowel-context no internal 1y123d ago done 16m27s 247M 0.185
Run #3207 RBFNetwork_weka_nominal breast-cancer-wpbc no internal 1y123d ago done 3m13s 246M 0.776
Run #3193 RBFNetwork_weka_nominal statlog-shuttle no internal 1y123d ago done 5m1s 246M 0.019
Run #3226 RBFNetwork_weka_nominal Dexter_train no internal 1y123d ago failed 1s 247M
Run #3225 RBFNetwork_weka_nominal jakefootball no internal 1y123d ago done 1s 21M 0.436
Run #3224 RBFNetwork_weka_nominal sample-dataset2 no internal 1y123d ago done 1s 247M 1
Run #3223 RBFNetwork_weka_nominal sample-dataset no internal 1y123d ago done 1s 247M 1
Run #3221 RBFNetwork_weka_nominal svmlight-example1 no internal 1y123d ago failed 14s 242M
Run #3222 RBFNetwork_weka_nominal jake-lungcancer-copy no internal 1y123d ago done 1s 247M 0.700
Run #3220 RBFNetwork_weka_nominal lung-cancer no internal 1y123d ago done 1s 246M 0.700
Run #3219 RBFNetwork_weka_nominal flags no internal 1y123d ago done 1s 247M 0.431




Program contents Arrow_right


Comments:


Must be logged in to post comments.