MVN

nz.ac.waikato.cms.weka : votingFeatureIntervals

Maven & Gradle

Apr 26, 2012

votingFeatureIntervals · 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.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>votingFeatureIntervals</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : votingFeatureIntervals to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of nz.ac.waikato.cms.weka : votingFeatureIntervals to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
votingFeatureIntervals-1.0.2
votingFeatureIntervals-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : votingFeatureIntervals maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>votingFeatureIntervals</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : votingFeatureIntervals gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:votingFeatureIntervals:1.0.2'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : votingFeatureIntervals gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:votingFeatureIntervals:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : votingFeatureIntervals sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "votingFeatureIntervals" % "1.0.2"

Advertisement

Dependencies from Group

Jan 27, 2022
187 usages
Jan 27, 2022
51 usages
Nov 20, 2016
3 usages
Apr 26, 2012
3 usages

Discover Dependencies

Apr 05, 2013
19 usages
Dec 18, 2014
1 usages
3 stars
Oct 09, 2013
1 stars
Aug 07, 2014
1 usages
5 stars
May 02, 2013
1 usages
Sep 10, 2014
2 stars
Feb 23, 2014
4 usages
Jul 12, 2013
10 stars