MVN

nz.ac.waikato.cms.weka : userClassifier

Maven & Gradle

Apr 25, 2014

userClassifier · Interactively classify through visual means. You are Presented with a scatter graph of the data against two user selectable attributes, as well as a view of the decision tree. You can create binary splits by creating polygons around data plotted on the scatter graph, as well as by allowing another classifier to take over at points in the decision tree should you see fit. For more information see: Malcolm Ware, Eibe Frank, Geoffrey Holmes, Mark Hall, Ian H. Witten (2001). Interactive machine learning: letting users build classifiers. Int. J. Hum.-Comput. Stud. 55(3):281-292.

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

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
userClassifier-1.0.3
userClassifier-1.0.2
userClassifier-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>userClassifier</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:userClassifier:1.0.3'

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

implementation("nz.ac.waikato.cms.weka:userClassifier:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "userClassifier" % "1.0.3"