c

core-experiment

Classes to formally describe experiments and evaluations, with support for automatically evaluating their results.
文件下载
文件名 操作
core-experiment-1.3.7.jar 下载
core-experiment-1.3.7.pom 下载
core-experiment-1.3.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>core-experiment</artifactId>
  <version>1.3.7</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:core-experiment:1.3.7'
Gradle Kotlin
implementation("org.openimaj:core-experiment:1.3.7")
Scala SBT
libraryDependencies += "org.openimaj" % "core-experiment" % "1.3.7"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='core-experiment', version='1.3.7')
)
Apache Ivy
<dependency org="org.openimaj" name="core-experiment" rev="1.3.7" />
Leiningen
[org.openimaj/core-experiment "1.3.7"]
Apache Buildr
'org.openimaj:core-experiment:jar:1.3.7'