License |
License |
---|---|
GroupId | GroupIdio.github.xydrolase |
ArtifactId | ArtifactIdshap4j |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionJava wrapper of the SHAP library (https://github.com/slundberg/shap)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shap4j-0.0.2.pom | |
shap4j-0.0.2.jar | 9 KB |
shap4j-0.0.2-sources.jar | 16 KB |
shap4j-0.0.2-macosx-x86_64.jar | 93 KB |
shap4j-0.0.2-linux-x86_64.jar | 110 KB |
shap4j-0.0.2-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xydrolase/shap4j/ -->
<dependency>
<groupId>io.github.xydrolase</groupId>
<artifactId>shap4j</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xydrolase/shap4j/
implementation 'io.github.xydrolase:shap4j:0.0.2'
// https://jarcasting.com/artifacts/io.github.xydrolase/shap4j/
implementation ("io.github.xydrolase:shap4j:0.0.2")
'io.github.xydrolase:shap4j:jar:0.0.2'
<dependency org="io.github.xydrolase" name="shap4j" rev="0.0.2">
<artifact name="shap4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xydrolase', module='shap4j', version='0.0.2')
)
libraryDependencies += "io.github.xydrolase" % "shap4j" % "0.0.2"
[io.github.xydrolase/shap4j "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.bytedeco : javacpp | jar | 1.5.3 |
org.bytedeco : javacpp-platform | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
commons-io : commons-io | jar | 2.6 |