a

algorithm

Java application implementing the Anchors algorithm (https://github.com/marcotcr/anchor) efficiently, in order to explain the underlying rules in machine learning models.
https://github.com/viadee/javaAnchorExplainer
BSD-3 Clause
viadee Unternehmensberatung AG
Tobias Goerke Alex Kroeker Frank Koehne
Files download
File Operation
algorithm-1.0.2.jar download
algorithm-1.0.2.pom download
algorithm-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.viadee.xai.anchor</groupId>
  <artifactId>algorithm</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.viadee.xai.anchor:algorithm:1.0.2'
Gradle Kotlin
implementation("de.viadee.xai.anchor:algorithm:1.0.2")
Scala SBT
libraryDependencies += "de.viadee.xai.anchor" % "algorithm" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.viadee.xai.anchor', module='algorithm', version='1.0.2')
)
Apache Ivy
<dependency org="de.viadee.xai.anchor" name="algorithm" rev="1.0.2" />
Leiningen
[de.viadee.xai.anchor/algorithm "1.0.2"]
Apache Buildr
'de.viadee.xai.anchor:algorithm:jar:1.0.2'