License |
License |
---|---|
GroupId | GroupIdde.viadee.xai.anchor |
ArtifactId | ArtifactIdalgorithm |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionAnchorJ-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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
algorithm-1.0.2.pom | |
algorithm-1.0.2.jar | 82 KB |
algorithm-1.0.2-sources.jar | 60 KB |
algorithm-1.0.2-javadoc.jar | 292 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.16 |
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 |