winnow

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)

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

winnow
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

winnow
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)
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/winnow
Project Organization

Project Organization

University of Waikato, Hamilton, NZ

Download winnow

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.1,)

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.1,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1