Program_img2DMNBtext_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/bayes/DMNBtext.java' from WEKA's libraries. The following description was taken from this classes JavaDoc information:

---------------------
Class for building and using a Discriminative Multinomial Naive Bayes classifier. For more information see, Jiang Su,Harry Zhang,Charles X. Ling,Stan Matwin: Discriminative Parameter Learning for Bayesian Networks. In: ICML 2008', 2008. The core equation for this classifier: P[Ci|D] = (P[D|Ci] x P[Ci]) / P[D] (Bayes rule) where Ci is class i and D is a document.
---------------------

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 DMNBtext_weka_nominal 1-25 of 78 < > Action_refresh_blue
ID Program Dataset Tuned hyper. User Updated << Status Total time Memory Error
Run #14531 DMNBtext_weka_nominal Synthetic 10% Density, Small, Few Labels no internal 208d17h ago failed 32s 62M
Run #14530 DMNBtext_weka_nominal Synthetic 10% Density, Small, Many Labels no internal 208d17h ago failed 44s 413M
Run #10224 DMNBtext_weka_nominal neut_1..02.tiny no internal 1y116d ago failed 2m35s 421M
Run #2814 DMNBtext_weka_nominal Dexter_train no internal 1y122d ago done 1s 37M 0.067
Run #2812 DMNBtext_weka_nominal sample-dataset2 no internal 1y122d ago done 15s 22M 0.500
Run #2813 DMNBtext_weka_nominal jakefootball no internal 1y122d ago failed 9s 230M
Run #2811 DMNBtext_weka_nominal sample-dataset no internal 1y122d ago done 1s 231M 0.500
Run #2809 DMNBtext_weka_nominal svmlight-example1 no internal 1y122d ago failed 8s 246M
Run #2810 DMNBtext_weka_nominal jake-lungcancer-copy no internal 1y122d ago failed 1s 246M
Run #2808 DMNBtext_weka_nominal lung-cancer no internal 1y122d ago failed 15s 230M
Run #2807 DMNBtext_weka_nominal flags no internal 1y122d ago failed 1s 246M
Run #2805 DMNBtext_weka_nominal chess-krk no internal 1y122d ago failed 1s 33M
Run #2806 DMNBtext_weka_nominal breast-cancer-wisconsin no internal 1y122d ago done 1s 230M 0.314
Run #2804 DMNBtext_weka_nominal heart-disease-cleveland no internal 1y122d ago failed 14s 231M
Run #2803 DMNBtext_weka_nominal horse-colic no internal 1y122d ago failed 1s 231M
Run #2801 DMNBtext_weka_nominal chess-krkp no internal 1y122d ago done 1s 31M 0.278
Run #2802 DMNBtext_weka_nominal sonar no internal 1y122d ago done 1s 230M 0.484
Run #2799 DMNBtext_weka_nominal hayes-roth no internal 1y122d ago failed 23s 228M
Run #2800 DMNBtext_weka_nominal thyroid-allrep no internal 1y122d ago failed 12s 247M
Run #2798 DMNBtext_weka_nominal postoperative-patient-data no internal 1y122d ago failed 1s 27M
Run #2796 DMNBtext_weka_nominal statlog-german no internal 1y122d ago done 22s 27M 0.283
Run #2797 DMNBtext_weka_nominal glass no internal 1y122d ago failed 2s 27M
Run #2794 DMNBtext_weka_nominal connect-4 no internal 1y122d ago failed 14s 65M
Run #2795 DMNBtext_weka_nominal breast-cancer-wpbc no internal 1y122d ago failed 11s 228M
Run #2792 DMNBtext_weka_nominal thyroid-allhyper no internal 1y122d ago failed 22s 32M




Program contents Arrow_right


Comments:


Must be logged in to post comments.