License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIduserClassifier |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionuserClassifier
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
userClassifier-1.0.3.pom | |
userClassifier-1.0.3.jar | 19 KB |
userClassifier-1.0.3-tests.jar | 4 KB |
userClassifier-1.0.3-test-sources.jar | 1 KB |
userClassifier-1.0.3-sources.jar | 11 KB |
userClassifier-1.0.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/userClassifier/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>userClassifier</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/userClassifier/
implementation 'nz.ac.waikato.cms.weka:userClassifier:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/userClassifier/
implementation ("nz.ac.waikato.cms.weka:userClassifier:1.0.3")
'nz.ac.waikato.cms.weka:userClassifier:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="userClassifier" rev="1.0.3">
<artifact name="userClassifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='userClassifier', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "userClassifier" % "1.0.3"
[nz.ac.waikato.cms.weka/userClassifier "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |