License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdmultiInstanceLearning |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionmultiInstanceLearning
A collection of multi-instance learning classifiers. Includes the Citation KNN method, several variants of the diverse density method, support vector machines for multi-instance learning, simple wrappers for applying standard propositional learners to multi-instance data, decision tree and rule learners, and some other methods.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/multiInstanceLearning/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>multiInstanceLearning</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/multiInstanceLearning/
implementation 'nz.ac.waikato.cms.weka:multiInstanceLearning:1.0.9'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/multiInstanceLearning/
implementation ("nz.ac.waikato.cms.weka:multiInstanceLearning:1.0.9")
'nz.ac.waikato.cms.weka:multiInstanceLearning:jar:1.0.9'
<dependency org="nz.ac.waikato.cms.weka" name="multiInstanceLearning" rev="1.0.9">
<artifact name="multiInstanceLearning" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='multiInstanceLearning', version='1.0.9')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "multiInstanceLearning" % "1.0.9"
[nz.ac.waikato.cms.weka/multiInstanceLearning "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.10,) |
nz.ac.waikato.cms.weka : multiInstanceFilters | jar | [1.0.3,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.10,) |
junit : junit | jar | 3.8.2 |