License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdbayesianLogisticRegression |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionbayesianLogisticRegression
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bayesianLogisticRegression/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>bayesianLogisticRegression</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bayesianLogisticRegression/
implementation 'nz.ac.waikato.cms.weka:bayesianLogisticRegression:1.0.5'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/bayesianLogisticRegression/
implementation ("nz.ac.waikato.cms.weka:bayesianLogisticRegression:1.0.5")
'nz.ac.waikato.cms.weka:bayesianLogisticRegression:jar:1.0.5'
<dependency org="nz.ac.waikato.cms.weka" name="bayesianLogisticRegression" rev="1.0.5">
<artifact name="bayesianLogisticRegression" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='bayesianLogisticRegression', version='1.0.5')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "bayesianLogisticRegression" % "1.0.5"
[nz.ac.waikato.cms.weka/bayesianLogisticRegression "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |