is not current version
Last Version 1.0.3

nz.ac.waikato.cms.weka:complementNaiveBayes 1.0.2

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

complementNaiveBayes
Version

Version

1.0.2
Type

Type

jar

Download complementNaiveBayes 1.0.2


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>complementNaiveBayes</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/
implementation 'nz.ac.waikato.cms.weka:complementNaiveBayes:1.0.2'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/complementNaiveBayes/
implementation ("nz.ac.waikato.cms.weka:complementNaiveBayes:1.0.2")
'nz.ac.waikato.cms.weka:complementNaiveBayes:jar:1.0.2'
<dependency org="nz.ac.waikato.cms.weka" name="complementNaiveBayes" rev="1.0.2">
  <artifact name="complementNaiveBayes" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='complementNaiveBayes', version='1.0.2')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "complementNaiveBayes" % "1.0.2"
[nz.ac.waikato.cms.weka/complementNaiveBayes "1.0.2"]