is not current version
Last Version 1.0.2

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

Classification by voting feature intervals. Intervals are constucted around each class for each attribute (basically discretization). Class counts are recorded for each interval on each attribute. Classification is by voting. For more info see: G. Demiroz, A. Guvenir: Classification by voting feature intervals. In: 9th European Conference on Machine Learning, 85-92, 1997.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

votingFeatureIntervals
Version

Version

1.0.1
Type

Type

jar

Download votingFeatureIntervals 1.0.1


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