jar

nz.ac.waikato.cms.weka : metaCost

Maven & Gradle

Feb 06, 2013

metaCost · This metaclassifier makes its base classifier cost-sensitive using the method specified in Pedro Domingos: MetaCost: A general method for making classifiers cost-sensitive. In: Fifth International Conference on Knowledge Discovery and Data Mining, 155-164, 1999. This classifier should produce similar results to one created by passing the base learner to Bagging, which is in turn passed to a CostSensitiveClassifier operating on minimum expected cost. The difference is that MetaCost produces a single cost-sensitive classifier of the base learner, giving the benefits of fast classification and interpretable output (if the base learner itself is interpretable). This implementation uses all bagging iterations when reclassifying training data (the MetaCost paper reports a marginal improvement when only those iterations containing each training instance are used in reclassifying that instance).

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : metaCost JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : metaCost JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window metaCost-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.meta

├─ weka.classifiers.meta.MetaCost.class - [JAR]