Last Version

AnchorJ-Algorithm 1.0.2

Java application implementing the Anchors algorithm (https://github.com/marcotcr/anchor) efficiently, in order to explain the underlying rules in machine learning models.

License

License

GroupId

GroupId

de.viadee.xai.anchor
ArtifactId

ArtifactId

algorithm
Version

Version

1.0.2
Type

Type

jar
Description

Description

AnchorJ-Algorithm
Java application implementing the Anchors algorithm (https://github.com/marcotcr/anchor) efficiently, in order to explain the underlying rules in machine learning models.
Project URL

Project URL

https://github.com/viadee/javaAnchorExplainer
Project Organization

Project Organization

viadee Unternehmensberatung AG
Source Code Management

Source Code Management

https://github.com/viadee/javaAnchorExplainer/tree/master

Download algorithm 1.0.2


<!-- https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/ -->
<dependency>
    <groupId>de.viadee.xai.anchor</groupId>
    <artifactId>algorithm</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/
implementation 'de.viadee.xai.anchor:algorithm:1.0.2'
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/
implementation ("de.viadee.xai.anchor:algorithm:1.0.2")
'de.viadee.xai.anchor:algorithm:jar:1.0.2'
<dependency org="de.viadee.xai.anchor" name="algorithm" rev="1.0.2">
  <artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee.xai.anchor', module='algorithm', version='1.0.2')
)
libraryDependencies += "de.viadee.xai.anchor" % "algorithm" % "1.0.2"
[de.viadee.xai.anchor/algorithm "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.16

test (6)

Group / Artifact Type Version
org.slf4j : slf4j-ext jar 1.7.16
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-api jar 2.8.1
org.apache.logging.log4j : log4j-core jar 2.8.1
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.