License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdcomplementNaiveBayes |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioncomplementNaiveBayes
Class for building and using a Complement class Naive Bayes classifier.
For more information see:
Jason D. Rennie, Lawrence Shih, Jaime Teevan, David R. Karger: Tackling the Poor Assumptions of Naive Bayes Text Classifiers. In: ICML, 616-623, 2003.
P.S.: TF, IDF and length normalization transforms, as described in the paper, can be performed through weka.filters.unsupervised.StringToWordVector.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>complementNaiveBayes</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/
implementation 'nz.ac.waikato.cms.weka:complementNaiveBayes:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/
implementation ("nz.ac.waikato.cms.weka:complementNaiveBayes:1.0.3")
'nz.ac.waikato.cms.weka:complementNaiveBayes:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="complementNaiveBayes" rev="1.0.3">
<artifact name="complementNaiveBayes" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='complementNaiveBayes', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "complementNaiveBayes" % "1.0.3"
[nz.ac.waikato.cms.weka/complementNaiveBayes "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.3,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.3,) |
junit : junit | jar | 3.8.2 |