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 77 < > Action_refresh_blue
ID Program Dataset User Updated << Status Total time Memory Error
Run #7906 RBFNetwork_weka_nominal HIV identification_1 klafka 99d8h ago done 1s 246M 0.228
Run #7694 RBFNetwork_weka_nominal random ankur 129d22h ago done 16s 233M 0.875
Run #3217 RBFNetwork_weka_nominal chess-krk internal 252d13h ago failed 5h0m 247M
Run #3190 RBFNetwork_weka_nominal thyroid-0387 internal 252d13h ago failed 5h0m 247M
Run #3182 RBFNetwork_weka_nominal letter-recognition internal 252d13h ago failed 5h0m 247M
Run #3162 RBFNetwork_weka_nominal primary-tumor internal 252d13h ago failed 5h0m 247M
Run #3180 RBFNetwork_weka_nominal vowel-context internal 252d18h ago done 16m27s 247M 0.185
Run #3207 RBFNetwork_weka_nominal breast-cancer-wpbc internal 252d18h ago done 3m13s 246M 0.776
Run #3193 RBFNetwork_weka_nominal statlog-shuttle internal 252d18h ago done 5m1s 246M 0.019
Run #3226 RBFNetwork_weka_nominal Dexter_train internal 252d18h ago failed 1s 247M
Run #3225 RBFNetwork_weka_nominal jakefootball internal 252d18h ago done 1s 21M 0.436
Run #3224 RBFNetwork_weka_nominal sample-dataset2 internal 252d18h ago done 1s 247M 1
Run #3223 RBFNetwork_weka_nominal sample-dataset internal 252d18h ago done 1s 247M 1
Run #3221 RBFNetwork_weka_nominal svmlight-example1 internal 252d18h ago failed 14s 242M
Run #3222 RBFNetwork_weka_nominal jake-lungcancer-copy internal 252d18h ago done 1s 247M 0.700
Run #3220 RBFNetwork_weka_nominal lung-cancer internal 252d18h ago done 1s 246M 0.700
Run #3219 RBFNetwork_weka_nominal flags internal 252d18h ago done 1s 247M 0.431
Run #3218 RBFNetwork_weka_nominal breast-cancer-wisconsin internal 252d18h ago done 1s 22M 0.048
Run #3215 RBFNetwork_weka_nominal horse-colic internal 252d18h ago done 1s 247M 0.403
Run #3216 RBFNetwork_weka_nominal heart-disease-cleveland internal 252d18h ago done 1s 247M 0.407
Run #3214 RBFNetwork_weka_nominal sonar internal 252d18h ago done 1s 247M 0.226
Run #3213 RBFNetwork_weka_nominal chess-krkp internal 252d18h ago done 2s 247M 0.296
Run #3212 RBFNetwork_weka_nominal thyroid-allrep internal 252d18h ago done 2s 247M 0.041
Run #3211 RBFNetwork_weka_nominal hayes-roth internal 252d18h ago done 1s 247M 0.275
Run #3210 RBFNetwork_weka_nominal postoperative-patient-data internal 252d18h ago done 1s 247M 0.185




Program contents Arrow_right


Comments:


Must be logged in to post comments.