f

fast-ivap

Implementation of the fast IVAP computation, as described in Large-scale probabilistic prediction with and without validity guarantees
Files download
File Operation
fast-ivap-2.0.0-rc5.jar download
fast-ivap-2.0.0-rc5.pom download
fast-ivap-2.0.0-rc5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arosbio</groupId>
  <artifactId>fast-ivap</artifactId>
  <version>2.0.0-rc5</version>
</dependency>
Gradle Groovy
implementation 'com.arosbio:fast-ivap:2.0.0-rc5'
Gradle Kotlin
implementation("com.arosbio:fast-ivap:2.0.0-rc5")
Scala SBT
libraryDependencies += "com.arosbio" % "fast-ivap" % "2.0.0-rc5"
Groovy Grape
@Grapes(
  @Grab(group='com.arosbio', module='fast-ivap', version='2.0.0-rc5')
)
Apache Ivy
<dependency org="com.arosbio" name="fast-ivap" rev="2.0.0-rc5" />
Leiningen
[com.arosbio/fast-ivap "2.0.0-rc5"]
Apache Buildr
'com.arosbio:fast-ivap:jar:2.0.0-rc5'