is not current version
Last Version 1.3.10

org.openimaj:machine-learning 1.3

The OpenIMAJ Machine Learning Library contains implementations of optimised machine learning techniques that can be applied to OpenIMAJ structures and features.

Categories

Categories

Machine Learning Business Logic Libraries
GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

machine-learning
Version

Version

1.3
Type

Type

jar

Download machine-learning 1.3


<!-- https://jarcasting.com/artifacts/org.openimaj/machine-learning/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>machine-learning</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation 'org.openimaj:machine-learning:1.3'
// https://jarcasting.com/artifacts/org.openimaj/machine-learning/
implementation ("org.openimaj:machine-learning:1.3")
'org.openimaj:machine-learning:jar:1.3'
<dependency org="org.openimaj" name="machine-learning" rev="1.3">
  <artifact name="machine-learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='machine-learning', version='1.3')
)
libraryDependencies += "org.openimaj" % "machine-learning" % "1.3"
[org.openimaj/machine-learning "1.3"]