jar

nz.ac.waikato.cms.weka : lazyBayesianRules

Maven & Gradle

Apr 26, 2012

lazyBayesianRules · Lazy Bayesian Rules Classifier. The naive Bayesian classifier provides a simple and effective approach to classifier learning, but its attribute independence assumption is often violated in the real world. Lazy Bayesian Rules selectively relaxes the independence assumption, achieving lower error rates over a range of learning tasks. LBR defers processing to classification time, making it a highly efficient and accurate classification algorithm when small numbers of objects are to be classified. For more information, see: Zijian Zheng, G. Webb (2000). Lazy Learning of Bayesian Rules. Machine Learning. 4(1):53-84.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : lazyBayesianRules 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 lazyBayesianRules-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.lazy

├─ weka.classifiers.lazy.LBR.class - [JAR]