is not current version
Last Version 1.0.2

nz.ac.waikato.cms.weka:winnow 1.0.1

Implements Winnow and Balanced Winnow algorithms by Littlestone. For more information, see N. Littlestone (1988). Learning quickly when irrelevant attributes are abound: A new linear threshold algorithm. Machine Learning. 2:285-318; N. Littlestone (1989). Mistake bounds and logarithmic linear-threshold learning algorithms. University of California, Santa Cruz. Does classification for problems with nominal attributes (which it converts into binary attributes)

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

winnow
Version

Version

1.0.1
Type

Type

jar

Download winnow 1.0.1


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