is not current version
Last Version 1.0.2

de.viadee.xai.anchor:algorithm 1.0.1

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

GroupId

GroupId

de.viadee.xai.anchor
ArtifactId

ArtifactId

algorithm
Version

Version

1.0.1
Type

Type

jar

Download algorithm 1.0.1


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