MVN

nz.ac.waikato.cms.weka : bayesianLogisticRegression

Maven & Gradle

Apr 12, 2016

bayesianLogisticRegression · Implements Bayesian Logistic Regression for both Gaussian and Laplace Priors. For more information, see Alexander Genkin, David D. Lewis, David Madigan (2004). Large-scale bayesian logistic regression for text categorization.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>bayesianLogisticRegression</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : bayesianLogisticRegression to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of nz.ac.waikato.cms.weka : bayesianLogisticRegression to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bayesianLogisticRegression-1.0.5
bayesianLogisticRegression-1.0.4
bayesianLogisticRegression-1.0.2
bayesianLogisticRegression-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : bayesianLogisticRegression maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>bayesianLogisticRegression</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : bayesianLogisticRegression gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:bayesianLogisticRegression:1.0.5'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : bayesianLogisticRegression gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:bayesianLogisticRegression:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : bayesianLogisticRegression sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "bayesianLogisticRegression" % "1.0.5"

Advertisement