java
Java library to interface with OpenML
| License |
License |
|---|---|
| Categories |
CategoriesMOA Business Logic Libraries Machine Learning |
| GroupId | GroupIdorg.openml |
| ArtifactId | ArtifactIdopenmlmoa |
| Last Version | Last Version0.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenmlMOA
MOA package for OpenML integration.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openmlmoa-0.9.1.pom | |
| openmlmoa-0.9.1.jar | 44 KB |
| openmlmoa-0.9.1-tests.jar | 2 KB |
| openmlmoa-0.9.1-sources.jar | 22 KB |
| openmlmoa-0.9.1-javadoc.jar | 123 KB |
| openmlmoa-0.9.1-jar-with-dependencies.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openml/openmlmoa/ -->
<dependency>
<groupId>org.openml</groupId>
<artifactId>openmlmoa</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openml/openmlmoa/
implementation 'org.openml:openmlmoa:0.9.1'
// https://jarcasting.com/artifacts/org.openml/openmlmoa/
implementation ("org.openml:openmlmoa:0.9.1")
'org.openml:openmlmoa:jar:0.9.1'
<dependency org="org.openml" name="openmlmoa" rev="0.9.1">
<artifact name="openmlmoa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openml', module='openmlmoa', version='0.9.1')
)
libraryDependencies += "org.openml" % "openmlmoa" % "0.9.1"
[org.openml/openmlmoa "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.openml : apiconnector | jar | 1.0.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| nz.ac.waikato.cms.moa : moa | jar | 2014.11 |
| nz.ac.waikato.cms.weka : weka-dev | jar | 3.7.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
Java library to interface with OpenML