| License |
License |
|---|---|
| Categories |
CategoriesMachine Learning Business Logic Libraries |
| GroupId | GroupIdorg.openimaj |
| ArtifactId | ArtifactIdmachine-learning |
| Version | Version1.3.10 |
| Type | Typejar |
| Description |
DescriptionThe OpenIMAJ General Machine Learning Library
The OpenIMAJ Machine Learning Library contains implementations of
optimised machine learning techniques that can be applied
to OpenIMAJ structures and features.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| machine-learning-1.3.10.pom | |
| machine-learning-1.3.10.jar | 297 KB |
| machine-learning-1.3.10-sources.jar | 291 KB |
| machine-learning-1.3.10-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/machine-learning/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>machine-learning</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation 'org.openimaj:machine-learning:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation ("org.openimaj:machine-learning:1.3.10")
'org.openimaj:machine-learning:jar:1.3.10'
<dependency org="org.openimaj" name="machine-learning" rev="1.3.10">
<artifact name="machine-learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='machine-learning', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "machine-learning" % "1.3.10"
[org.openimaj/machine-learning "1.3.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| joda-time : joda-time | jar | 2.1 |
| org.openimaj : core-feature | jar | 1.3.10 |
| org.openimaj : core-experiment | jar | 1.3.10 |
| org.openimaj : nearest-neighbour | jar | 1.3.10 |
| de.bwaldvogel » liblinear-dense | jar | 1.92 |
| tw.edu.ntu.csie : libsvm | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openimaj : test-resources | jar | 1.3.10 |
| junit : junit | jar | 4.8.2 |